pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/wxGTK30 Disable precompiled headers for gcc-7.x to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a704d9162677
branches:  trunk
changeset: 322690:a704d9162677
user:      bouyer <bouyer%pkgsrc.org@localhost>
date:      Fri Apr 26 16:53:20 2019 +0000

description:
Disable precompiled headers for gcc-7.x too, it dies the same way as previous
versions.

diffstat:

 x11/wxGTK30/hacks.mk |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 948b76d43181 -r a704d9162677 x11/wxGTK30/hacks.mk
--- a/x11/wxGTK30/hacks.mk      Fri Apr 26 15:33:08 2019 +0000
+++ b/x11/wxGTK30/hacks.mk      Fri Apr 26 16:53:20 2019 +0000
@@ -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



Home | Main Index | Thread Index | Old Index