pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/mk Several GNU configure scripts (old ones, typically)...
details: https://anonhg.NetBSD.org/pkgsrc/rev/2b841f7585f0
branches: trunk
changeset: 468298:2b841f7585f0
user: jlam <jlam%pkgsrc.org@localhost>
date: Thu Feb 12 09:59:48 2004 +0000
description:
Several GNU configure scripts (old ones, typically) can't handle it when
"${MAKE}" contains forward slashes. Just pass the bare name of ${MAKE} to
the configure phase as we ensure that "make" is always calling the correct
one symlinked into the .tools directory.
diffstat:
mk/bsd.pkg.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r 253ebc92dbc9 -r 2b841f7585f0 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk Thu Feb 12 09:41:44 2004 +0000
+++ b/mk/bsd.pkg.mk Thu Feb 12 09:59:48 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1387 2004/02/12 08:55:34 seb Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1388 2004/02/12 09:59:48 jlam Exp $
#
# This file is in the public domain.
#
@@ -239,7 +239,7 @@
.else
MAKE_PROGRAM= ${MAKE}
.endif
-CONFIGURE_ENV+= MAKE="${MAKE_PROGRAM}"
+CONFIGURE_ENV+= MAKE="${MAKE_PROGRAM:T}"
.if defined(PKG_USE_KERBEROS)
CRYPTO?= uses Kerberos encryption code
Home |
Main Index |
Thread Index |
Old Index