pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/x11/wxGTK30
Module Name: pkgsrc
Committed By: bouyer
Date: Fri Apr 13 11:43:55 UTC 2018
Modified Files:
pkgsrc/x11/wxGTK30: hacks.mk
Log Message:
gcc 6.x also has problems with precompiled headers (found on earmv7hf).
To generate a diff of this commit:
cvs rdiff -u -r1.6 -r1.7 pkgsrc/x11/wxGTK30/hacks.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/x11/wxGTK30/hacks.mk
diff -u pkgsrc/x11/wxGTK30/hacks.mk:1.6 pkgsrc/x11/wxGTK30/hacks.mk:1.7
--- pkgsrc/x11/wxGTK30/hacks.mk:1.6 Sat Jul 15 19:10:31 2017
+++ pkgsrc/x11/wxGTK30/hacks.mk Fri Apr 13 11:43:55 2018
@@ -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