[97327] trunk/dports/graphics/gegl/Portfile

devans at macports.org devans at macports.org
Mon Sep 3 15:51:18 PDT 2012


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
+    }
+
     if {[variant_isset universal]} {
         # In order to build universal on Leopard, you need MacPorts 2.1
         set merger_configure_args(x86_64) --build=${build_arch}-apple-${os.platform}${os.version}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120903/7f6d6e85/attachment.html>


More information about the macports-changes mailing list