pkgsrc-WIP-changes archive

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

0ad: Use premake5 from wip



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Dec 15 13:25:29 2021 +0100
Changeset:	1039beb2fdbedf14ae0e9d42d5da30316c9063f3

Modified Files:
	0ad/Makefile

Log Message:
0ad: Use premake5 from wip

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

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

diffstat:
 0ad/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diffs:
diff --git a/0ad/Makefile b/0ad/Makefile
index 958aa1ed94..b06c29f4a9 100644
--- a/0ad/Makefile
+++ b/0ad/Makefile
@@ -15,6 +15,7 @@ USE_LANGUAGES=	c c++
 USE_TOOLS+=	gmake perl bash pkg-config
 
 DEPENDS+=	0ad-data-${PKGVERSION}:../../wip/0ad-data
+DEPENDS+=	premake5:../../wip/premake5
 
 do-configure:
 	${RUN} cd ${WRKSRC} && ./build/workspaces/clean-workspaces.sh
@@ -22,6 +23,7 @@ do-configure:
 		--bindir=${PREFIX}/bin \
 		--datadir=${PREFIX}/share/${PKGBASE} \
 		--libdir=${PREFIX}/lib/${PKGBASE} \
+		--with-system-premake5 \
 		--with-system-mozjs \
 		--with-system-nvtt \
 		--without-lobby \


Home | Main Index | Thread Index | Old Index