PCH has issues, so avoid it with GCC.
This commit is contained in:
parent
e08300d2bb
commit
5d29e33549
1 changed files with 9 additions and 0 deletions
9
games/flightgear/hacks.mk
Normal file
9
games/flightgear/hacks.mk
Normal file
|
@ -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
|
Loading…
Reference in a new issue