[SCM] Qt 4 Debian packaging branch, experimental-snapshots, updated. debian/4.6.0-1-28-gb3e8073

Fathi Boudra fabo at alioth.debian.org
Thu Jan 21 20:54:55 UTC 2010


The following commit has been merged in the experimental-snapshots branch:
commit b3e8073df9201386aa420d5f4cab839615a0c6c5
Author: Fathi Boudra <fabo at debian.org>
Date:   Thu Jan 21 21:54:29 2010 +0100

    Forget to add the patch. Thanks to Pino for the notice.
---
 debian/patches/51_kfreebsd_strnstr_build_fix.diff |   15 +++++++++++++++
 1 files changed, 15 insertions(+), 0 deletions(-)

diff --git a/debian/patches/51_kfreebsd_strnstr_build_fix.diff b/debian/patches/51_kfreebsd_strnstr_build_fix.diff
new file mode 100644
index 0000000..1c0a814
--- /dev/null
+++ b/debian/patches/51_kfreebsd_strnstr_build_fix.diff
@@ -0,0 +1,15 @@
+Description: Fix FTBFS on GNU/kFreeBSD caused by missing strnstr() on glibc systems.
+Author: Fathi Boudra <fabo at debian.org>
+Bug: https://bugs.webkit.org/show_bug.cgi?id=33903
+
+--- a/src/3rdparty/webkit/JavaScriptCore/wtf/Platform.h
++++ b/src/3rdparty/webkit/JavaScriptCore/wtf/Platform.h
+@@ -68,7 +68,7 @@
+ /* PLATFORM(LINUX) */
+ /* Operating system level dependencies for Linux-like systems that */
+ /* should be used regardless of operating environment */
+-#ifdef __linux__
++#if defined(__linux__) || defined(__GLIBC__)
+ #define WTF_PLATFORM_LINUX 1
+ #endif
+ 

-- 
Qt 4 Debian packaging



More information about the pkg-kde-commits mailing list