[73419] trunk/dports/graphics

ryandesign at macports.org ryandesign at macports.org
Fri Nov 12 18:11:12 PST 2010


Revision: 73419
          http://trac.macports.org/changeset/73419
Author:   ryandesign at macports.org
Date:     2010-11-12 18:11:09 -0800 (Fri, 12 Nov 2010)
Log Message:
-----------
cairo, cairo-devel: use gcc-4.2 on Leopard to fix x86_64 build problems; see #27011

Modified Paths:
--------------
    trunk/dports/graphics/cairo/Portfile
    trunk/dports/graphics/cairo-devel/Portfile

Modified: trunk/dports/graphics/cairo/Portfile
===================================================================
--- trunk/dports/graphics/cairo/Portfile	2010-11-13 02:09:45 UTC (rev 73418)
+++ trunk/dports/graphics/cairo/Portfile	2010-11-13 02:11:09 UTC (rev 73419)
@@ -98,6 +98,10 @@
 }
 }
 
+platform darwin 9 {
+    configure.compiler      gcc-4.2
+}
+
 variant no_x11 conflicts opengl x11_xcb {
     depends_lib-delete      port:xrender
     archcheck.files-delete  lib/libXrender.dylib

Modified: trunk/dports/graphics/cairo-devel/Portfile
===================================================================
--- trunk/dports/graphics/cairo-devel/Portfile	2010-11-13 02:09:45 UTC (rev 73418)
+++ trunk/dports/graphics/cairo-devel/Portfile	2010-11-13 02:11:09 UTC (rev 73419)
@@ -95,6 +95,10 @@
 }
 }
 
+platform darwin 9 {
+    configure.compiler      gcc-4.2
+}
+
 variant no_x11 conflicts opengl x11_xcb {
     depends_lib-delete      port:xrender
     archcheck.files-delete  lib/libXrender.dylib
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101112/8d08fa4f/attachment.html>


More information about the macports-changes mailing list