pkgsrc-WIP-changes archive

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

0ad: Disable PCH



Module Name:	pkgsrc-wip
Committed By:	Michael Baeuerle <micha%NetBSD.org@localhost>
Pushed By:	micha
Date:		Wed Dec 15 16:33:47 2021 +0100
Changeset:	50a1fd46fdb14ef21141fb4c76aabfc4f869cc5a

Modified Files:
	0ad/Makefile

Log Message:
0ad: Disable PCH

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

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

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

diffs:
diff --git a/0ad/Makefile b/0ad/Makefile
index 64817a1dbb..8338070017 100644
--- a/0ad/Makefile
+++ b/0ad/Makefile
@@ -26,6 +26,7 @@ do-configure:
 		--with-system-premake5 \
 		--with-system-mozjs \
 		--with-system-nvtt \
+		--without-pch \
 		--disable-atlas
 
 do-build:


Home | Main Index | Thread Index | Old Index