pkgsrc-WIP-changes archive

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

0ad: Try to use system nvtt



Module Name:	pkgsrc-wip
Committed By:	Kamil Rytarowski <n54%gmx.com@localhost>
Pushed By:	kamil
Date:		Sat Jul 30 11:29:57 2016 +0200
Changeset:	13ce1cc1e818f0a9745556848af7795c4dd68c49

Modified Files:
	0ad/Makefile

Log Message:
0ad: Try to use system nvtt

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

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

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

diffs:
diff --git a/0ad/Makefile b/0ad/Makefile
index bd81ec2..f38b55a 100644
--- a/0ad/Makefile
+++ b/0ad/Makefile
@@ -21,13 +21,14 @@ do-configure:
 	${RUN} cd ${WRKSRC} && ./build/workspaces/update-workspaces.sh \
 		--bindir=${PREFIX}/bin \
 		--datadir=${PREFIX}/share/${PKGBASE} \
-		--libdir=${PREFIX}/lib/${PKGBASE}
+		--libdir=${PREFIX}/lib/${PKGBASE} \
+		--with-system-nvtt
 # --with-system-mozjs31
-# --with-system-nvtt
 
 do-build:
 	${RUN} cd ${WRKSRC} && \
 		${GMAKE} config=release verbose=1 -C build/workspaces/gcc
 
+.include "../../wip/nvidia-texture-tools/buildlink3.mk"
 .include "../../textproc/libxml2/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"


Home | Main Index | Thread Index | Old Index