pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/guile20 Ensure that SHELL (which may be defined i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9465bd6de953
branches:  trunk
changeset: 347732:9465bd6de953
user:      richard <richard%pkgsrc.org@localhost>
date:      Sat May 28 15:25:56 2016 +0000

description:
Ensure that SHELL (which may be defined in user environment) is comptabible
with CONFIG_SHELL with respect to possible builtins used such as 'echo -n'.

Fixes install on SunOS using pdksh but with bash as the interactive user shell.

diffstat:

 lang/guile20/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 5338b9fb1d0e -r 9465bd6de953 lang/guile20/Makefile
--- a/lang/guile20/Makefile     Sat May 28 15:11:43 2016 +0000
+++ b/lang/guile20/Makefile     Sat May 28 15:25:56 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1 2014/11/01 13:24:37 wiz Exp $
+# $NetBSD: Makefile,v 1.2 2016/05/28 15:25:56 richard Exp $
 
 DISTNAME=      guile-2.0.11
 PKGNAME=       ${DISTNAME:S/guile/guile20/}
@@ -21,6 +21,8 @@
 CONFIGURE_ARGS+=       --mandir=${GUILE_PREFIX}/${PKGMANDIR}
 CONFIGURE_ARGS+=       --infodir=${GUILE_PREFIX}/${PKGINFODIR}
 
+CONFIGURE_ARGS+=       SHELL=${CONFIG_SHELL}
+
 BUILDLINK_PASSTHRU_DIRS+=      ${GUILE_PREFIX}
 LDFLAGS+=                      ${COMPILER_RPATH_FLAG}${GUILE_PREFIX}/lib
 



Home | Main Index | Thread Index | Old Index