pkgsrc-WIP-changes archive

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

sdl-hercules-hyperion: Replace path to bash in a script.



Module Name:	pkgsrc-wip
Committed By:	Olaf Seibert <rhialto%falu.nl@localhost>
Pushed By:	rhialto
Date:		Tue Apr 7 18:41:29 2020 +0200
Changeset:	421182650a6ebb3eb05b78d4753536bca4521e1e

Modified Files:
	sdl-hercules-hyperion/Makefile

Log Message:
sdl-hercules-hyperion: Replace path to bash in a script.

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

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

diffstat:
 sdl-hercules-hyperion/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/sdl-hercules-hyperion/Makefile b/sdl-hercules-hyperion/Makefile
index e196a1e6d8..4d50bbb59d 100644
--- a/sdl-hercules-hyperion/Makefile
+++ b/sdl-hercules-hyperion/Makefile
@@ -16,9 +16,11 @@ GITHUB_TAG=	Release_${PKGVERSION_NOREV}
 
 GNU_CONFIGURE=	yes
 USE_TOOLS+=	autoconf automake flex gawk grep gm4 gmake perl gsed
+USE_TOOLS+=	bash
 USE_LIBTOOL=	YES
 USE_LANGUAGES+=	c c++
 PTHREAD_OPTS+=	require
+REPLACE_BASH=	_dynamic_version
 
 CONFIGURE_ARGS+=	--enable-extpkgs=${PREFIX}/lib/sdlhercules
 


Home | Main Index | Thread Index | Old Index