pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/devel/gnustep-make
Module Name: pkgsrc
Committed By: jperkin
Date: Thu Oct 21 17:45:40 UTC 2021
Modified Files:
pkgsrc/devel/gnustep-make: Makefile
Log Message:
gnustep-make: Explicitly set SHELLPROG.
Without this the tools replacement ends up being incorrect.
To generate a diff of this commit:
cvs rdiff -u -r1.63 -r1.64 pkgsrc/devel/gnustep-make/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/devel/gnustep-make/Makefile
diff -u pkgsrc/devel/gnustep-make/Makefile:1.63 pkgsrc/devel/gnustep-make/Makefile:1.64
--- pkgsrc/devel/gnustep-make/Makefile:1.63 Fri May 14 14:46:40 2021
+++ pkgsrc/devel/gnustep-make/Makefile Thu Oct 21 17:45:40 2021
@@ -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
Home |
Main Index |
Thread Index |
Old Index