pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/games/flightgear
Module Name: pkgsrc
Committed By: joerg
Date: Sat Jul 2 14:48:36 UTC 2016
Added Files:
pkgsrc/games/flightgear: hacks.mk
Log Message:
PCH has issues, so avoid it with GCC.
To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 pkgsrc/games/flightgear/hacks.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Added files:
Index: pkgsrc/games/flightgear/hacks.mk
diff -u /dev/null pkgsrc/games/flightgear/hacks.mk:1.1
--- /dev/null Sat Jul 2 14:48:36 2016
+++ pkgsrc/games/flightgear/hacks.mk Sat Jul 2 14:48:36 2016
@@ -0,0 +1,9 @@
+# $NetBSD: hacks.mk,v 1.1 2016/07/02 14:48:36 joerg Exp $
+
+.if ${OPSYS} == "NetBSD"
+. include "../../mk/compiler.mk"
+. if ${PKGSRC_COMPILER} == "gcc" && \
+ (!empty(CC_VERSION:Mgcc-4.8.*) || !empty(CC_VERSION:Mgcc-5.*))
+CONFIGURE_ARGS+= --disable-precomp-headers
+. endif
+.endif
Home |
Main Index |
Thread Index |
Old Index