[144645] trunk/dports/graphics/gimp2/Portfile

devans at macports.org devans at macports.org
Thu Jan 14 08:22:11 PST 2016


Revision: 144645
          https://trac.macports.org/changeset/144645
Author:   devans at macports.org
Date:     2016-01-14 08:22:11 -0800 (Thu, 14 Jan 2016)
Log Message:
-----------
gimp2: blacklist compilers that don't allow typedef redefinition (#50329).

Modified Paths:
--------------
    trunk/dports/graphics/gimp2/Portfile

Modified: trunk/dports/graphics/gimp2/Portfile
===================================================================
--- trunk/dports/graphics/gimp2/Portfile	2016-01-14 15:48:25 UTC (rev 144644)
+++ trunk/dports/graphics/gimp2/Portfile	2016-01-14 16:22:11 UTC (rev 144645)
@@ -71,8 +71,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
 
 post-patch {
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20160114/293eeb4f/attachment.html>


More information about the macports-changes mailing list