[104757] trunk/dports/devel
ryandesign at macports.org
ryandesign at macports.org
Tue Apr 2 02:30:44 PDT 2013
Revision: 104757
https://trac.macports.org/changeset/104757
Author: ryandesign at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130402/121f077e/attachment.html>
More information about the macports-changes
mailing list