On Sep 3, 2012, at 17:51, [email protected] wrote: > Revision: 97327 > https://trac.macports.org/changeset/97327 > Author: [email protected] > Date: 2012-09-03 15:51:15 -0700 (Mon, 03 Sep 2012) > Log Message: > ----------- > gegl: build fix for Snow Leopard > > Modified Paths: > -------------- > trunk/dports/graphics/gegl/Portfile > > Modified: trunk/dports/graphics/gegl/Portfile > =================================================================== > --- trunk/dports/graphics/gegl/Portfile 2012-09-03 22:01:51 UTC (rev > 97326) > +++ trunk/dports/graphics/gegl/Portfile 2012-09-03 22:51:15 UTC (rev > 97327) > @@ -66,6 +66,10 @@ > } > > platform darwin { > + if {${os.major} == 10 && ${configure.compiler} == "gcc-4.2"} { > + configure.compiler llvm-gcc-4.2 > + }
gcc-4.2 works for gegl on Leopard and Lion but not on Snow Leopard? How does it fail on Snow Leopard? _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-dev
