packages: libtool/libtool-crossmingw32.patch (NEW) - initial version, fixed...

lkrotowski lkrotowski at pld-linux.org
Fri Jan 22 15:37:14 CET 2010


Author: lkrotowski                   Date: Fri Jan 22 14:37:13 2010 GMT
Module: packages                      Tag: HEAD
---- Log message:
- initial version, fixed in mainline but not released yet

---- Files affected:
packages/libtool:
   libtool-crossmingw32.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: packages/libtool/libtool-crossmingw32.patch
diff -u /dev/null packages/libtool/libtool-crossmingw32.patch:1.1
--- /dev/null	Fri Jan 22 15:37:14 2010
+++ packages/libtool/libtool-crossmingw32.patch	Fri Jan 22 15:37:08 2010
@@ -0,0 +1,12 @@
+--- libtool-2.2.6b/libltdl/config/ltmain.sh.org	2010-01-22 15:21:55.982507379 +0100
++++ libtool-2.2.6b/libltdl/config/ltmain.sh	2010-01-22 15:22:29.107632402 +0100
+@@ -3006,7 +3006,8 @@
+             # the odd construction:
+             func_to_host_path_tmp1=`winepath -w "$1" 2>/dev/null`
+             if test "$?" -eq 0 && test -n "${func_to_host_path_tmp1}"; then
+-              func_to_host_path_result=`echo "$func_to_host_path_tmp1" |\
++	      LOCAL_ECHO=${as_echo-'printf %s\n'}
++              func_to_host_path_result=`$LOCAL_ECHO "$func_to_host_path_tmp1" |\
+                 $SED -e "$lt_sed_naive_backslashify"`
+             else
+               # Allow warning below.
================================================================


More information about the pld-cvs-commit mailing list