pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk A couple packages overflow Interix's sed in an auto...
details: https://anonhg.NetBSD.org/pkgsrc/rev/846e4f4f9d95
branches: trunk
changeset: 481765:846e4f4f9d95
user: tv <tv%pkgsrc.org@localhost>
date: Mon Oct 11 23:27:18 2004 +0000
description:
A couple packages overflow Interix's sed in an autoconfitized configure
script. Since all platforms define a "reasonable" sed(1), it seems
reasonable to pass this info to ./configure as well.
While here, convert LIBS="${LIBS}" to the proper LIBS=${LIBS:Q}.
diffstat:
mk/bsd.pkg.mk | 5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
diffs (22 lines):
diff -r d29658a28066 -r 846e4f4f9d95 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Mon Oct 11 22:18:45 2004 +0000
+++ b/mk/bsd.pkg.mk Mon Oct 11 23:27:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1511 2004/10/09 03:47:13 tv Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1512 2004/10/11 23:27:18 tv Exp $
#
# This file is in the public domain.
#
@@ -381,10 +381,11 @@
# If GNU_CONFIGURE is defined, then pass LIBS to the GNU configure script.
# also pass in a CONFIG_SHELL to avoid picking up bash
.if defined(GNU_CONFIGURE)
-CONFIGURE_ENV+= LIBS="${LIBS}"
CONFIG_SHELL?= ${SH}
CONFIGURE_ENV+= CONFIG_SHELL=${CONFIG_SHELL}
+CONFIGURE_ENV+= LIBS=${LIBS:Q}
CONFIGURE_ENV+= install_sh=${INSTALL:Q}
+CONFIGURE_ENV+= SED=${SED:Q}
.endif
.if defined(_OPSYS_LIBTOOL_REQD)
Home |
Main Index |
Thread Index |
Old Index