summaryrefslogtreecommitdiff
path: root/x11/wxGTK30/hacks.mk
blob: e6dae1f9d663054d2b03ce8ef2a35cd71f0eb9e7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
# $NetBSD: hacks.mk,v 1.3 2015/12/14 19:50:55 joerg Exp $

### [Mon Dec 14 16:58:00 MET 2015 : bouyer ]
### g++-4.8 on NetBSD/i386 fails with an internal compiler error
### when PCH is used. Be conservative and disable on all MACHINE_ARCH
### 
.if ${OPSYS} == "NetBSD" 
.  include "../../mk/compiler.mk"
.  if ${PKGSRC_COMPILER} == "gcc" && !empty(CC_VERSION:Mgcc-4.8.*)
CONFIGURE_ARGS+=	--disable-precomp-headers
.  endif
.endif