pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/mk run GNU configure scripts with ${CONFIG_SHELL}, whi...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/97052f7b44c8
branches:  trunk
changeset: 466989:97052f7b44c8
user:      grant <grant%pkgsrc.org@localhost>
date:      Sun Jan 25 10:36:15 2004 +0000

description:
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:

 mk/bsd.pkg.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 283ddd13d980 -r 97052f7b44c8 mk/bsd.pkg.mk
--- a/mk/bsd.pkg.mk     Sun Jan 25 10:04:21 2004 +0000
+++ b/mk/bsd.pkg.mk     Sun Jan 25 10:36:15 2004 +0000
@@ -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 @@
            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)



Home | Main Index | Thread Index | Old Index