[144646] trunk/dports/graphics
devans at macports.org
devans at macports.org
Thu Jan 14 08:57:42 PST 2016
Revision: 144646
https://trac.macports.org/changeset/144646
Author: devans at macports.org
Date: 2016-01-14 08:57:42 -0800 (Thu, 14 Jan 2016)
Log Message:
-----------
gimp2-devel, gimp3-devel: blacklist compilers that don't allow typedef redefinition (#50329).
Modified Paths:
--------------
trunk/dports/graphics/gimp2-devel/Portfile
trunk/dports/graphics/gimp3-devel/Portfile
Modified: trunk/dports/graphics/gimp2-devel/Portfile
===================================================================
--- trunk/dports/graphics/gimp2-devel/Portfile 2016-01-14 16:22:11 UTC (rev 144645)
+++ trunk/dports/graphics/gimp2-devel/Portfile 2016-01-14 16:57:42 UTC (rev 144646)
@@ -72,8 +72,10 @@
port:xorg-libXfixes
# gcc-4.2 5493 and 5666.3_13: gimpcpuaccel.c:180: error: can't find a register in class 'BREG' while reloading 'asm'
-compiler.blacklist-append gcc-3.3 gcc-4.0 gcc-4.2 apple-gcc-4.2
+# redefinition of typedef is invalid in C [-Wtypedef-redefinition] (#50329)
+compiler.blacklist *gcc* {clang < 300}
+
patchfiles patch-etc-gimprc.diff
pre-configure {
Modified: trunk/dports/graphics/gimp3-devel/Portfile
===================================================================
--- trunk/dports/graphics/gimp3-devel/Portfile 2016-01-14 16:22:11 UTC (rev 144645)
+++ trunk/dports/graphics/gimp3-devel/Portfile 2016-01-14 16:57:42 UTC (rev 144646)
@@ -73,8 +73,10 @@
port:xorg-libXfixes
# gcc-4.2 5493 and 5666.3_13: gimpcpuaccel.c:180: error: can't find a register in class 'BREG' while reloading 'asm'
-compiler.blacklist-append gcc-3.3 gcc-4.0 gcc-4.2 apple-gcc-4.2
+# redefinition of typedef is invalid in C [-Wtypedef-redefinition] (#50329)
+compiler.blacklist *gcc* {clang < 300}
+
patchfiles patch-etc-gimprc.diff
pre-configure {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160114/9d8838fb/attachment.html>
More information about the macports-changes
mailing list