diff options
Diffstat (limited to 'recipes/libtool/libtool-1.5.10/sedvar.patch')
-rw-r--r-- | recipes/libtool/libtool-1.5.10/sedvar.patch | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/recipes/libtool/libtool-1.5.10/sedvar.patch b/recipes/libtool/libtool-1.5.10/sedvar.patch new file mode 100644 index 0000000000..d505edae24 --- /dev/null +++ b/recipes/libtool/libtool-1.5.10/sedvar.patch @@ -0,0 +1,16 @@ + +# +# Made by http://www.mn-logistik.de/unsupported/pxa250/patcher +# + +--- libtool-1.5/ltmain.in~sedvar 2003-04-14 16:58:24.000000000 -0500 ++++ libtool-1.5/ltmain.in 2003-09-24 14:18:50.175518400 -0500 +@@ -48,6 +48,8 @@ + exit 0 + fi + ++[ -z "${SED}" ] && SED=sed ++ + # The name of this program. + progname=`$echo "$0" | ${SED} 's%^.*/%%'` + modename="$progname" |