pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/libtool-base Always use ${SED} instead of having...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/646a84d9f036
branches:  trunk
changeset: 467977:646a84d9f036
user:      jlam <jlam%pkgsrc.org@localhost>
date:      Mon Feb 09 06:08:02 2004 +0000

description:
Always use ${SED} instead of having the configure script try to figure out
the path to it.

diffstat:

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

diffs (29 lines):

diff -r 4bdb803c3741 -r 646a84d9f036 devel/libtool-base/Makefile
--- a/devel/libtool-base/Makefile       Mon Feb 09 05:50:03 2004 +0000
+++ b/devel/libtool-base/Makefile       Mon Feb 09 06:08:02 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.24 2004/02/09 01:04:45 jlam Exp $
+# $NetBSD: Makefile,v 1.25 2004/02/09 06:08:02 jlam Exp $
 #
 
 PKGNAME=       ${DISTNAME:C/-/-base-/}
@@ -33,11 +33,17 @@
 CONFIGURE_ARGS=                --enable-ltdl-install
 .endif
 
-# libtool persists in trying to find the path to ld, which always ends
-# up in ${BUILDLINK_DIR}.  Prevent it from caring.
+# The configure script persists in trying to find the path to ld, which
+# always ends up in ${BUILDLINK_DIR}.  Prevent it from caring.
 #
 CONFIGURE_ENV+=                lt_cv_path_LD=${LD:Q}
 
+# The configure script persists in trying to find the path to sed or gsed,
+# which breaks when SED is nbsed.  Tell it explicitly to use the sed
+# named by ${SED}.
+#
+CONFIGURE_ENV+=                lt_cv_path_SED=${SED:Q}
+
 .if !empty(MACHINE_PLATFORM:MDarwin-*-*)
 .  include "../../devel/dlcompat/buildlink3.mk"
 .endif



Home | Main Index | Thread Index | Old Index