[97045] trunk/dports/math/pecco/Portfile

Ryan Schmidt ryandesign at macports.org
Mon Aug 27 02:21:20 PDT 2012


On Aug 25, 2012, at 08:03, hum at macports.org wrote:

> Revision: 97045
>          https://trac.macports.org/changeset/97045
> Author:   hum at macports.org
> 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




More information about the macports-dev mailing list