pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/devel/gnustep-make gnustep-make: Explicitly set SHELLP...
details: https://anonhg.NetBSD.org/pkgsrc/rev/5f66a40f36d0
branches: trunk
changeset: 768408:5f66a40f36d0
user: jperkin <jperkin%pkgsrc.org@localhost>
date: Thu Oct 21 17:45:40 2021 +0000
description:
gnustep-make: Explicitly set SHELLPROG.
Without this the tools replacement ends up being incorrect.
diffstat:
devel/gnustep-make/Makefile | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diffs (17 lines):
diff -r 15501a9b3eb2 -r 5f66a40f36d0 devel/gnustep-make/Makefile
--- a/devel/gnustep-make/Makefile Thu Oct 21 16:25:07 2021 +0000
+++ b/devel/gnustep-make/Makefile Thu Oct 21 17:45:40 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.63 2021/05/14 14:46:40 nia Exp $
+# $NetBSD: Makefile,v 1.64 2021/10/21 17:45:40 jperkin Exp $
DISTNAME= gnustep-make-2.8.0
PKGREVISION= 1
@@ -14,6 +14,7 @@
USE_TOOLS+= bash:run csh
GNU_CONFIGURE= yes
CONFIGURE_ENV+= INSTALL_PROGRAM=${INSTALL_SCRIPT:Q}
+CONFIGURE_ENV+= SHELLPROG=${BASH:Q}
CONFIGURE_ARGS+= --disable-importing-config-file
CONFIGURE_ARGS+= --with-layout=fhs
CONFIGURE_ARGS+= --enable-native-objc-exceptions
Home |
Main Index |
Thread Index |
Old Index