summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjperkin <jperkin@pkgsrc.org>2021-10-21 17:45:40 +0000
committerjperkin <jperkin@pkgsrc.org>2021-10-21 17:45:40 +0000
commit6e0f9dd3896aad3b1130cada4662156e696e1756 (patch)
treeab4067c8c1e5a1dcd042fd2f9d494efe7fd4c444
parent4a290923b4f4eff553fb542f15cb94cfd0896f95 (diff)
downloadpkgsrc-6e0f9dd3896aad3b1130cada4662156e696e1756.tar.gz
gnustep-make: Explicitly set SHELLPROG.
Without this the tools replacement ends up being incorrect.
-rw-r--r--devel/gnustep-make/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/devel/gnustep-make/Makefile b/devel/gnustep-make/Makefile
index 09c6d36e3ed..e279d65d208 100644
--- a/devel/gnustep-make/Makefile
+++ b/devel/gnustep-make/Makefile
@@ -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_LANGUAGES+= c99 objc c++ objc-c++
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