[97327] trunk/dports/graphics/gegl/Portfile
Ryan Schmidt
ryandesign at macports.org
Tue Sep 4 00:43:43 PDT 2012
On Sep 3, 2012, at 17:51, devans at macports.org wrote:
> Revision: 97327
> https://trac.macports.org/changeset/97327
> Author: devans at macports.org
> 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?
More information about the macports-dev
mailing list