pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/50287: x11/wxGTK30 build on NetBSD/i386 7.0 spins CPU 100%
The following reply was made to PR pkg/50287; it has been noted by GNATS.
From: "John D. Baker" <jdbaker%mylinuxisp.com@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc:
Subject: Re: pkg/50287: x11/wxGTK30 build on NetBSD/i386 7.0 spins CPU 100%
Date: Thu, 2 Jun 2016 05:20:36 -0500 (CDT)
The problem reported in this PR affects i386-current with GCC 5.3.
Please extend the "hacks.mk" to cover "gcc-5.*". Patch below:
+Index: x11/wxGTK30/hacks.mk
+===================================================================
+RCS file: /cvsroot/pkgsrc/x11/wxGTK30/hacks.mk,v
+retrieving revision 1.3
+diff -u -p -r1.3 hacks.mk
+--- x11/wxGTK30/hacks.mk 14 Dec 2015 19:50:55 -0000 1.3
++++ x11/wxGTK30/hacks.mk 2 Jun 2016 10:17:48 -0000
+@@ -6,7 +6,8 @@
+ ###
+ .if ${OPSYS} == "NetBSD"
+ . include "../../mk/compiler.mk"
+-. if ${PKGSRC_COMPILER} == "gcc" && !empty(CC_VERSION:Mgcc-4.8.*)
++. if ${PKGSRC_COMPILER} == "gcc" && \
++ (!empty(CC_VERSION:Mgcc-4.8.*) || !empty(CC_VERSION:Mgcc-5.*))
+ CONFIGURE_ARGS+= --disable-precomp-headers
+ . endif
+ .endif
--
|/"\ John D. Baker, KN5UKS NetBSD Darwin/MacOS X
|\ / jdbaker[snail]mylinuxisp[flyspeck]com OpenBSD FreeBSD
| X No HTML/proprietary data in email. BSD just sits there and works!
|/ \ GPGkeyID: D703 4A7E 479F 63F8 D3F4 BD99 9572 8F23 E4AD 1645
Home |
Main Index |
Thread Index |
Old Index