Revision: 121508 https://trac.macports.org/changeset/121508 Author: devans@macports.org Date: 2014-06-27 14:55:18 -0700 (Fri, 27 Jun 2014) Log Message: ----------- gegl: additionally blacklist clang < 300 to work around libpng build issue on SL (#43939). Modified Paths: -------------- trunk/dports/graphics/gegl/Portfile Modified: trunk/dports/graphics/gegl/Portfile =================================================================== --- trunk/dports/graphics/gegl/Portfile 2014-06-27 20:42:13 UTC (rev 121507) +++ trunk/dports/graphics/gegl/Portfile 2014-06-27 21:55:18 UTC (rev 121508) @@ -3,6 +3,7 @@ PortSystem 1.0 PortGroup muniversal 1.0 +PortGroup compiler_blacklist_versions 1.0 name gegl conflicts gegl-devel @@ -56,7 +57,7 @@ use_autoreconf yes autoreconf.args -fvi -compiler.blacklist-append gcc-4.0 *gcc-4.2 +compiler.blacklist *gcc* {clang < 300} # gobject-introspection uses g-ir-scanner, which uses $CC from env
participants (1)
-
devans@macports.org