]> git.pld-linux.org Git - packages/crossmingw32-gtk+2.git/commitdiff
- libtool 2.2 compatibility auto/ac/gtk+2-2_12_9-2 auto/th/gtk+2-2_12_10-1 auto/th/gtk+2-2_12_10-2 auto/th/gtk+2-2_12_11-1 auto/th/gtk+2-2_12_9-3 auto/th/gtk+2-2_14_1-1 auto/th/gtk+2-2_14_1-2 auto/ti/gtk+2-2_12_10-2 auto/ti/gtk+2-2_12_11-1 auto/ti/gtk+2-2_12_9-3 auto/ti/gtk+2-2_14_1-1
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 13 Mar 2008 20:06:50 +0000 (20:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    gtk+2-lt.patch -> 1.1

gtk+2-lt.patch [new file with mode: 0644]

diff --git a/gtk+2-lt.patch b/gtk+2-lt.patch
new file mode 100644 (file)
index 0000000..7437f41
--- /dev/null
@@ -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
This page took 0.0795709999999999 seconds and 4 git commands to generate.