[91455] trunk/dports/x11/xorg-xcb-util/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Mon Apr 2 08:42:03 PDT 2012


Revision: 91455
          https://trac.macports.org/changeset/91455
Author:   jeremyhu at macports.org
Date:     2012-04-02 08:42:03 -0700 (Mon, 02 Apr 2012)
Log Message:
-----------
xorg-xcb-util: Now that Tiger supports apple-gcc-4.2, use it as our fallback there

Modified Paths:
--------------
    trunk/dports/x11/xorg-xcb-util/Portfile

Modified: trunk/dports/x11/xorg-xcb-util/Portfile
===================================================================
--- trunk/dports/x11/xorg-xcb-util/Portfile	2012-04-02 13:44:29 UTC (rev 91454)
+++ trunk/dports/x11/xorg-xcb-util/Portfile	2012-04-02 15:42:03 UTC (rev 91455)
@@ -26,6 +26,10 @@
 
 if {${configure.compiler} == "gcc-4.0"} {
     configure.compiler gcc-4.2
+    if {![file exists ${configure.cc}]} {
+        depends_build-append port:apple-gcc42
+        configure.compiler apple-gcc-4.2
+    }
 }
 
 livecheck.type  regex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120402/ad91edf7/attachment.html>


More information about the macports-changes mailing list