pkgsrc-WIP-changes archive

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

gecode: bashisms in configure script



Module Name:	pkgsrc-wip
Committed By:	Tobias Nygren <tnn%NetBSD.org@localhost>
Pushed By:	tnn
Date:		Sat Oct 24 15:34:33 2015 +0200
Changeset:	08af08b34c247c71de0a73f6c1e8a66be564426e

Modified Files:
	gecode/Makefile

Log Message:
gecode: bashisms in configure script

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=08af08b34c247c71de0a73f6c1e8a66be564426e

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 gecode/Makefile | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diffs:
diff --git a/gecode/Makefile b/gecode/Makefile
index bcfdd6b..6e37ba4 100644
--- a/gecode/Makefile
+++ b/gecode/Makefile
@@ -12,7 +12,9 @@ LICENSE=	mit
 
 GNU_CONFIGURE=	yes
 USE_LANGUAGES=	c c++
-USE_TOOLS=	gmake perl
+USE_TOOLS=	gmake perl bash
+
+CONFIG_SHELL=	${TOOLS_PATH.bash}
 
 CONFIGURE_ARGS+=--enable-examples=no
 


Home | Main Index | Thread Index | Old Index