summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorjlam <jlam>2004-02-13 00:46:00 +0000
committerjlam <jlam>2004-02-13 00:46:00 +0000
commit941231c34b518092ce39d7b8c4e1e7ccb4a45389 (patch)
treee8ed4bcaa9c4f3add396f7e2179a53302c509799 /devel
parent3bc04a4c338cbd0508633406157b6de40c6722f7 (diff)
downloadpkgsrc-941231c34b518092ce39d7b8c4e1e7ccb4a45389.tar.gz
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 (limited to 'devel')
-rw-r--r--devel/libtool-base/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/libtool-base/Makefile b/devel/libtool-base/Makefile
index 7b24e6058d8..f9c96114316 100644
--- a/devel/libtool-base/Makefile
+++ b/devel/libtool-base/Makefile
@@ -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 @@ CONFIGURE_ENV+= lt_cv_path_LD=${LD:Q}
# 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-*-*)