[91377] trunk/dports/x11/xorg-xcb-util/Portfile
Ryan Schmidt
ryandesign at macports.org
Fri Mar 30 19:06:59 PDT 2012
On Mar 30, 2012, at 20:20, jeremyhu at macports.org wrote:
> 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
> +}
This will (still?) be broken on Tiger, of course, since Tiger has no gcc-4.2.
More information about the macports-dev
mailing list