pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/libtool-base Add SED to the configure envirionme...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/3e309da7ef32
branches:  trunk
changeset: 468357:3e309da7ef32
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Fri Feb 13 00:46:00 2004 +0000

description:
Add SED to the configure envirionment as well, since GNU configure scripts
seem to be stupid and don't initialize SED properly from lt_cv_path_SED.

diffstat:

 devel/libtool-base/Makefile |  3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)

diffs (17 lines):

diff -r c7891a37c712 -r 3e309da7ef32 devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile       Fri Feb 13 00:27:28 2004 +0000
+++ b/devel/libtool-base/Makefile       Fri Feb 13 00:46:00 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/02/09 06:08:02 jlam Exp $
+# $NetBSD: Makefile,v 1.26 2004/02/13 00:46:00 jlam Exp $
 #
 
 PKGNAME=       ${DISTNAME:C/-/-base-/}
@@ -42,6 +42,7 @@
 # which breaks when SED is nbsed.  Tell it explicitly to use the sed
 # named by ${SED}.
 #
+CONFIGURE_ENV+=                SED=${SED:Q}
 CONFIGURE_ENV+=                lt_cv_path_SED=${SED:Q}
 
 .if !empty(MACHINE_PLATFORM:MDarwin-*-*)



Home | Main Index | Thread Index | Old Index