pkgsrc-WIP-changes archive

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

0ad: Push build forwards



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sun Oct 9 16:24:31 2016 +0200
Changeset:	71d619982ac3fa928357b51f91ba1e21354a206b

Modified Files:
	0ad/Makefile

Log Message:
0ad: Push build forwards

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

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

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

diffs:
diff --git a/0ad/Makefile b/0ad/Makefile
index 7c1c45f..987a028 100644
--- a/0ad/Makefile
+++ b/0ad/Makefile
@@ -22,13 +22,15 @@ do-configure:
 		--bindir=${PREFIX}/bin \
 		--datadir=${PREFIX}/share/${PKGBASE} \
 		--libdir=${PREFIX}/lib/${PKGBASE} \
-		--with-system-nvtt
-# --with-system-mozjs31
+		--with-system-nvtt \
+		--with-system-mozjs31
 
 do-build:
 	${RUN} cd ${WRKSRC} && \
 		${GMAKE} config=release verbose=1 -C build/workspaces/gcc
 
+.include "../../devel/boost-headers/buildlink3.mk"
+.include "../../wip/spidermonkey31/buildlink3.mk"
 .include "../../graphics/nvidia-texture-tools/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index