summaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2018-04-13 11:43:55 +0000
committerbouyer <bouyer@pkgsrc.org>2018-04-13 11:43:55 +0000
commitae21e137d2b3f9a6e1e88b0618ceb870bf0602a2 (patch)
tree032202e4a10cb9f062136b63dad1cc0adb5fd41b /x11
parentdc7dd8aac4296e1b32a66eb080b335964fa15a38 (diff)
downloadpkgsrc-ae21e137d2b3f9a6e1e88b0618ceb870bf0602a2.tar.gz
gcc 6.x also has problems with precompiled headers (found on earmv7hf).
Diffstat (limited to 'x11')
-rw-r--r--x11/wxGTK30/hacks.mk4
1 files changed, 2 insertions, 2 deletions
diff --git a/x11/wxGTK30/hacks.mk b/x11/wxGTK30/hacks.mk
index 36c49c4ca8c..24c508bb368 100644
--- a/x11/wxGTK30/hacks.mk
+++ b/x11/wxGTK30/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.6 2017/07/15 19:10:31 wiz Exp $
+# $NetBSD: hacks.mk,v 1.7 2018/04/13 11:43:55 bouyer Exp $
### [Mon Dec 14 16:58:00 MET 2015 : bouyer ]
### g++-4.8 on NetBSD/i386 fails with an internal compiler error
@@ -7,7 +7,7 @@
.if ${OPSYS} == "NetBSD"
. include "../../mk/compiler.mk"
. if !empty(PKGSRC_COMPILER:Mgcc) && \
- (!empty(CC_VERSION:Mgcc-4.8.*) || !empty(CC_VERSION:Mgcc-5.*))
+ (!empty(CC_VERSION:Mgcc-4.8.*) || !empty(CC_VERSION:Mgcc-5.*) || !empty(CC_VERSION:Mgcc-6.*))
CONFIGURE_ARGS+= --disable-precomp-headers
. endif
.endif