[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

X Strike Force X.Org X11 SVN commit: r3532 - in trunk/lib/libx11/debian: . patches



Author: dnusinow
Date: 2006-09-27 21:08:22 -0400 (Wed, 27 Sep 2006)
New Revision: 3532

Added:
   trunk/lib/libx11/debian/patches/018_nonlinux.diff
Modified:
   trunk/lib/libx11/debian/changelog
   trunk/lib/libx11/debian/patches/series
Log:
* Add 18_nonlinux.diff to fix building in gnu environments. Thanks Samuel
  Thibault, Robert Millan, and Michael Banck. Closes: #358708

Modified: trunk/lib/libx11/debian/changelog
===================================================================
--- trunk/lib/libx11/debian/changelog	2006-09-28 01:05:08 UTC (rev 3531)
+++ trunk/lib/libx11/debian/changelog	2006-09-28 01:08:22 UTC (rev 3532)
@@ -1,3 +1,10 @@
+libx11 (2:1.0.0-10) unstable; urgency=low
+
+  * Add 18_nonlinux.diff to fix building in gnu environments. Thanks Samuel
+    Thibault, Robert Millan, and Michael Banck. Closes: #358708
+
+ -- David Nusinow <dnusinow@debian.org>  Wed, 27 Sep 2006 21:07:10 -0400
+
 libx11 (2:1.0.0-9) unstable; urgency=low
 
   * Add 015_russian_locale_alias.diff.  Locale alias for russian was incorrect,

Added: trunk/lib/libx11/debian/patches/018_nonlinux.diff
===================================================================
--- trunk/lib/libx11/debian/patches/018_nonlinux.diff	                        (rev 0)
+++ trunk/lib/libx11/debian/patches/018_nonlinux.diff	2006-09-28 01:08:22 UTC (rev 3532)
@@ -0,0 +1,13 @@
+Index: libx11/configure.ac
+===================================================================
+--- libx11.orig/configure.ac	2006-09-27 21:06:37.000000000 -0400
++++ libx11/configure.ac	2006-09-27 21:06:52.000000000 -0400
+@@ -157,7 +157,7 @@
+ dnl XXX incomplete, please fill this in
+ if test x$xthreads = xyes ; then
+     case $host_os in
+-    linux*|openbsd*)
++    linux*|openbsd*|gnu*)
+         XTHREADLIB=-lpthread ;;
+     freebsd*)
+         XTHREAD_CFLAGS="-D_THREAD_SAFE"

Modified: trunk/lib/libx11/debian/patches/series
===================================================================
--- trunk/lib/libx11/debian/patches/series	2006-09-28 01:05:08 UTC (rev 3531)
+++ trunk/lib/libx11/debian/patches/series	2006-09-28 01:08:22 UTC (rev 3532)
@@ -15,3 +15,4 @@
 015_russian_locale_alias.diff
 016_greek_polytonic_Compose.diff
 017_FTBFS_makekeys.diff
+018_nonlinux.diff



Reply to: