mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-28 14:35:50 -04:00
14 lines
537 B
Plaintext
14 lines
537 B
Plaintext
$NetBSD: patch-aa,v 1.1 2011/11/21 07:12:24 marino Exp $
|
|
|
|
--- configure.orig 2005-09-26 23:32:26.000000000 +0000
|
|
+++ configure
|
|
@@ -6320,7 +6320,7 @@ echo "${ECHO_T}no" >&6
|
|
exit 1
|
|
fi
|
|
gentoo_lt_version="1.5.18"
|
|
-gentoo_ltmain_version=`grep '^[:space:]*VERSION=' $ltmain | sed -e 's|^[:space:]*VERSION=||'`
|
|
+gentoo_ltmain_version=`grep '^[[:space:]]*VERSION=' $ltmain | sed -e 's|^[[:space:]]*VERSION=||'`
|
|
if test "$gentoo_lt_version" != "$gentoo_ltmain_version"; then
|
|
echo "$as_me:$LINENO: result: no" >&5
|
|
echo "${ECHO_T}no" >&6
|