Revision: 104757 https://trac.macports.org/changeset/104757 Author: ryandesign@macports.org Date: 2013-04-02 02:30:44 -0700 (Tue, 02 Apr 2013) Log Message: ----------- glib2, glib2-devel: blacklist gcc-3.3 and gcc-4.0 to fix build on Leopard (#38619) Modified Paths: -------------- trunk/dports/devel/glib2/Portfile trunk/dports/devel/glib2-devel/Portfile Modified: trunk/dports/devel/glib2/Portfile =================================================================== --- trunk/dports/devel/glib2/Portfile 2013-04-02 09:24:11 UTC (rev 104756) +++ trunk/dports/devel/glib2/Portfile 2013-04-02 09:30:44 UTC (rev 104757) @@ -58,6 +58,9 @@ # TODO: compiling with clang produces a glib that breaks other ports; see #32202, #32204, #32233. compiler.blacklist clang +# https://bugzilla.gnome.org/show_bug.cgi?id=697017 +compiler.blacklist-append gcc-3.3 gcc-4.0 apple-gcc-4.0 + # -lresolv is needed at least on Tiger PPC. configure.ldflags-append -lresolv \ -bind_at_load Modified: trunk/dports/devel/glib2-devel/Portfile =================================================================== --- trunk/dports/devel/glib2-devel/Portfile 2013-04-02 09:24:11 UTC (rev 104756) +++ trunk/dports/devel/glib2-devel/Portfile 2013-04-02 09:30:44 UTC (rev 104757) @@ -58,6 +58,9 @@ # TODO: compiling with clang produces a glib that breaks other ports; see #32202, #32204, #32233. compiler.blacklist clang +# https://bugzilla.gnome.org/show_bug.cgi?id=697017 +compiler.blacklist-append gcc-3.3 gcc-4.0 apple-gcc-4.0 + # -lresolv is needed at least on Tiger PPC. configure.ldflags-append -lresolv \ -bind_at_load
participants (1)
-
ryandesign@macports.org