diff options
author | jlam <jlam@pkgsrc.org> | 2004-02-13 00:46:00 +0000 |
---|---|---|
committer | jlam <jlam@pkgsrc.org> | 2004-02-13 00:46:00 +0000 |
commit | 1751fa07046c1f244a2004192b63cba7d117e1a5 (patch) | |
tree | e8ed4bcaa9c4f3add396f7e2179a53302c509799 /devel | |
parent | b2645adf509dd3e6c4ef52e094eeb8e5f1e0279a (diff) | |
download | pkgsrc-1751fa07046c1f244a2004192b63cba7d117e1a5.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/Makefile | 3 |
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-*-*) |