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 26 16:53:20 UTC 2019

Modified Files:
        pkgsrc/x11/wxGTK30: hacks.mk

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


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 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.7 pkgsrc/x11/wxGTK30/hacks.mk:1.8
--- pkgsrc/x11/wxGTK30/hacks.mk:1.7     Fri Apr 13 11:43:55 2018
+++ pkgsrc/x11/wxGTK30/hacks.mk Fri Apr 26 16:53:20 2019
@@ -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