summaryrefslogtreecommitdiff
path: root/mk
diff options
context:
space:
mode:
authorgrant <grant@pkgsrc.org>2004-01-25 10:36:15 +0000
committergrant <grant@pkgsrc.org>2004-01-25 10:36:15 +0000
commit57eb61a5d64af466f0b0e3c8ed0d23da23b2f7d6 (patch)
tree84f50b25e88f5fed5cb1b49a4fbe5793308211f0 /mk
parent851de0d502ac0f4c1050c68aa26d3a189cb4a213 (diff)
downloadpkgsrc-57eb61a5d64af466f0b0e3c8ed0d23da23b2f7d6.tar.gz
run GNU configure scripts with ${CONFIG_SHELL}, which defaults to
${SH} when GNU_CONFIGURE is defined. fixes problems on Solaris and BSDI with some GNU configure scripts.
Diffstat (limited to 'mk')
-rw-r--r--mk/bsd.pkg.mk5
1 files changed, 3 insertions, 2 deletions
diff --git a/mk/bsd.pkg.mk b/mk/bsd.pkg.mk
index cb2657bd283..e22d7b4a506 100644
--- a/mk/bsd.pkg.mk
+++ b/mk/bsd.pkg.mk
@@ -1,4 +1,4 @@
-# $NetBSD: bsd.pkg.mk,v 1.1357 2004/01/25 07:47:00 xtraeme Exp $
+# $NetBSD: bsd.pkg.mk,v 1.1358 2004/01/25 10:36:15 grant Exp $
#
# This file is in the public domain.
#
@@ -2348,7 +2348,8 @@ do-configure:
INSTALL_DATA="${INSTALL_DATA}" \
INSTALL_PROGRAM="${INSTALL_PROGRAM}" \
INSTALL_SCRIPT="${INSTALL_SCRIPT}" \
- ${CONFIGURE_ENV} ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}
+ ${CONFIGURE_ENV} ${CONFIG_SHELL} \
+ ${CONFIGURE_SCRIPT} ${CONFIGURE_ARGS}
. endfor
. endif
. if defined(USE_IMAKE)