pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/x11/wxGTK30 gcc 6.x also has problems with precompiled...
details: https://anonhg.NetBSD.org/pkgsrc/rev/96a4c9eeb663
branches: trunk
changeset: 378672:96a4c9eeb663
user: bouyer <bouyer%pkgsrc.org@localhost>
date: Fri Apr 13 11:43:55 2018 +0000
description:
gcc 6.x also has problems with precompiled headers (found on earmv7hf).
diffstat:
x11/wxGTK30/hacks.mk | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (18 lines):
diff -r a553dda2b7df -r 96a4c9eeb663 x11/wxGTK30/hacks.mk
--- a/x11/wxGTK30/hacks.mk Fri Apr 13 11:15:18 2018 +0000
+++ b/x11/wxGTK30/hacks.mk Fri Apr 13 11:43:55 2018 +0000
@@ -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
Home |
Main Index |
Thread Index |
Old Index