On Aug 25, 2012, at 08:03, [email protected] wrote: > Revision: 97045 > https://trac.macports.org/changeset/97045 > Author: [email protected] > Date: 2012-08-25 06:02:59 -0700 (Sat, 25 Aug 2012) > Log Message: > ----------- > pecco: use llvm-gcc-4.2 instead of clang. > > Modified Paths: > -------------- > trunk/dports/math/pecco/Portfile > > Modified: trunk/dports/math/pecco/Portfile > =================================================================== > --- trunk/dports/math/pecco/Portfile 2012-08-25 12:50:09 UTC (rev 97044) > +++ trunk/dports/math/pecco/Portfile 2012-08-25 13:02:59 UTC (rev 97045) > @@ -21,6 +21,10 @@ > > use_bzip2 yes > > +if {${configure.compiler} == "clang"} { > + configure.compiler llvm-gcc-4.2 > +}
It's simpler to write: compiler.blacklist clang _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo/macports-dev
