SOURCES: gtk+2-lt.patch (NEW) - libtool 2.2 compatibility

qboosh qboosh at pld-linux.org
Thu Mar 13 21:06:55 CET 2008


Author: qboosh                       Date: Thu Mar 13 20:06:55 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- libtool 2.2 compatibility

---- Files affected:
SOURCES:
   gtk+2-lt.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/gtk+2-lt.patch
diff -u /dev/null SOURCES/gtk+2-lt.patch:1.1
--- /dev/null	Thu Mar 13 21:06:55 2008
+++ SOURCES/gtk+2-lt.patch	Thu Mar 13 21:06:50 2008
@@ -0,0 +1,20 @@
+--- gtk+-2.12.9/configure.in.orig	2008-03-12 05:17:28.000000000 +0100
++++ gtk+-2.12.9/configure.in	2008-03-13 16:46:46.974565097 +0100
+@@ -166,6 +166,8 @@
+ 
+ AC_LIBTOOL_WIN32_DLL
+ AM_PROG_LIBTOOL
++dnl when using libtool 2.x create libtool early, because it's used in configure
++m4_ifdef([LT_OUTPUT], [LT_OUTPUT])
+ 
+ # Make sure we use 64-bit versions of various file stuff.
+ AC_SYS_LARGEFILE
+@@ -377,7 +379,7 @@
+ case $enable_explicit_deps in
+   auto)
+     export SED
+-    deplibs_check_method=`(./libtool --config; echo 'eval echo $deplibs_check_method') | sh`
++    deplibs_check_method=`(./libtool --config; echo 'eval echo \"$deplibs_check_method\"') | sh`
+     if test "x$deplibs_check_method" '!=' xpass_all || test "x$enable_static" = xyes ; then
+       enable_explicit_deps=yes  
+     else
================================================================


More information about the pld-cvs-commit mailing list