From f96441b9faf769c9ecdd4d338b605ea3d0cc4010 Mon Sep 17 00:00:00 2001 From: Chris Larson Date: Tue, 9 Nov 2004 00:36:47 +0000 Subject: Disable bk EOLN_NATIVE conversions on all files in packages FILESPATHs, to prevent it screwing up patches. BKrev: 4190111fA4MuVozAqwE7xOSL9fr-TA --- libtool/libtool-1.5/sedvar.patch | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'libtool/libtool-1.5/sedvar.patch') diff --git a/libtool/libtool-1.5/sedvar.patch b/libtool/libtool-1.5/sedvar.patch index e69de29bb2..d505edae24 100644 --- a/libtool/libtool-1.5/sedvar.patch +++ b/libtool/libtool-1.5/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" -- cgit 1.2.3-korg