pkgsrc-WIP-changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
0ad: Use Spidermonkey from pkgsrc
Module Name: pkgsrc-wip
Committed By: Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By: micha
Date: Mon Dec 13 18:47:11 2021 +0100
Changeset: f762a3e1c6d9f731e6638527bab2362751c7c4bd
Modified Files:
0ad/Makefile
Log Message:
0ad: Use Spidermonkey from pkgsrc
To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=f762a3e1c6d9f731e6638527bab2362751c7c4bd
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
diffstat:
0ad/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diffs:
diff --git a/0ad/Makefile b/0ad/Makefile
index 9e3743b8dc..4e33d0c5c0 100644
--- a/0ad/Makefile
+++ b/0ad/Makefile
@@ -22,10 +22,10 @@ do-configure:
--bindir=${PREFIX}/bin \
--datadir=${PREFIX}/share/${PKGBASE} \
--libdir=${PREFIX}/lib/${PKGBASE} \
+ --with-system-mozjs \
--with-system-nvtt \
--without-lobby \
--disable-atlas
-# --with-system-mozjs31
do-build:
${RUN} cd ${WRKSRC} && \
@@ -41,12 +41,12 @@ do-build:
.include "../../graphics/MesaLib/buildlink3.mk"
.include "../../graphics/nvidia-texture-tools/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
+.include "../../lang/mozjs78/buildlink3.mk"
.include "../../multimedia/libogg/buildlink3.mk"
.include "../../net/enet/buildlink3.mk"
.include "../../net/miniupnpc/buildlink3.mk"
.include "../../textproc/icu/buildlink3.mk"
.include "../../textproc/libxml2/buildlink3.mk"
-#.include "../../wip/spidermonkey31/buildlink3.mk"
.include "../../www/curl/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
Home |
Main Index |
Thread Index |
Old Index