On Mar 30, 2012, at 20:20, [email protected] wrote: > Revision: 91377 > https://trac.macports.org/changeset/91377 > Author: [email protected] > 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 > +}
This will (still?) be broken on Tiger, of course, since Tiger has no gcc-4.2. _______________________________________________ macports-dev mailing list [email protected] http://lists.macosforge.org/mailman/listinfo.cgi/macports-dev
