summaryrefslogtreecommitdiff
path: root/x11/wxGTK30
diff options
context:
space:
mode:
authorbouyer <bouyer@pkgsrc.org>2019-04-26 16:53:20 +0000
committerbouyer <bouyer@pkgsrc.org>2019-04-26 16:53:20 +0000
commitbae8db1504faa4c2314943aa1a438879b31cae7a (patch)
tree489d4d436cb3cb9d947db6a38aa49dc777c23afd /x11/wxGTK30
parent92a78b5b8b4ef91b55be3e0239a926d5b9ebc844 (diff)
downloadpkgsrc-bae8db1504faa4c2314943aa1a438879b31cae7a.tar.gz
Disable precompiled headers for gcc-7.x too, it dies the same way as previous
versions.
Diffstat (limited to 'x11/wxGTK30')
-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 24c508bb368..63583084550 100644
--- a/x11/wxGTK30/hacks.mk
+++ b/x11/wxGTK30/hacks.mk
@@ -1,4 +1,4 @@
-# $NetBSD: hacks.mk,v 1.7 2018/04/13 11:43:55 bouyer Exp $
+# $NetBSD: hacks.mk,v 1.8 2019/04/26 16:53:20 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-6.*))
+ (!empty(CC_VERSION:Mgcc-4.8.*) || !empty(CC_VERSION:Mgcc-5.*) || !empty(CC_VERSION:Mgcc-6.*) || !empty(CC_VERSION:Mgcc-7.*))
CONFIGURE_ARGS+= --disable-precomp-headers
. endif
.endif