pkgsrc-WIP-changes archive

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

openhexagon: cargo cult a fix for new := behaviour in bsd make



Module Name:	pkgsrc-wip
Committed By:	Maya Rashish <maya%NetBSD.org@localhost>
Pushed By:	coypu
Date:		Tue May 19 20:12:18 2020 +0300
Changeset:	0d6b0fbb7820331327bf852fb223077e93fefeac

Modified Files:
	openhexagon/Makefile

Log Message:
openhexagon: cargo cult a fix for new := behaviour in bsd make

seems to work for old/new?

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

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

diffstat:
 openhexagon/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diffs:
diff --git a/openhexagon/Makefile b/openhexagon/Makefile
index 9965c8dd47..33b9d08be4 100644
--- a/openhexagon/Makefile
+++ b/openhexagon/Makefile
@@ -53,7 +53,7 @@ CMAKE_ARGS+=	-D${mod:tu}_INCLUDE_DIR=${WRKSRC}/extlibs/${mod}/include
 CMAKE_ARGS+=	-D${mod:tu}_LIBRARY_RELEASE=${WRKSRC}/extlibs/${mod}/lib${mod}-s.a
 .endfor
 
-CONFIGURE_DIRS+=	${MODULES:NSSVOpenHexagon*:C/-.*//:=extlibs/%} .
+CONFIGURE_DIRS+=	${MODULES:NSSVOpenHexagon*:C/-.*//:%=extlibs/%} .
 
 INSTALL_DIRS+=		.
 


Home | Main Index | Thread Index | Old Index