summaryrefslogtreecommitdiff
path: root/games/flightgear/hacks.mk
blob: d00ceee187b6bdb32934068cf6c117e486da3383 (plain)
1
2
3
4
5
6
7
8
9
# $NetBSD: hacks.mk,v 1.2 2019/11/23 19:41:02 gdt Exp $

.if ${OPSYS} == "NetBSD" 
.  include "../../mk/compiler.mk"
.  if !(${PKGSRC_COMPILER:Mgcc}) && \
      (!empty(CC_VERSION:Mgcc-4.8.*) || !empty(CC_VERSION:Mgcc-5.*))
CONFIGURE_ARGS+=	--disable-precomp-headers
.  endif
.endif