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

jeremyhu at macports.org jeremyhu at macports.org
Fri Mar 30 18:20:19 PDT 2012


Revision: 91377
          https://trac.macports.org/changeset/91377
Author:   jeremyhu at macports.org
Date:     2012-03-30 18:20:18 -0700 (Fri, 30 Mar 2012)
Log Message:
-----------
xorg-xcb-util: Fix build failure on Leopard

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-03-31 01:06:33 UTC (rev 91376)
+++ trunk/dports/x11/xorg-xcb-util/Portfile	2012-03-31 01:20:18 UTC (rev 91377)
@@ -24,6 +24,10 @@
 depends_lib	port:xorg-libxcb \
                 port:xorg-xproto
 
+if {${configure.compiler} == "gcc-4.0"} {
+    configure.compiler gcc-4.2
+}
+
 livecheck.type  regex
 livecheck.url   ${master_sites}?C=M&O=D
 livecheck.regex xcb-util-(\\d+(?:\\.\\d+)*)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20120330/fe58ee2a/attachment.html>


More information about the macports-changes mailing list