Modified: trunk/dports/devel/glib2/Portfile (104756 => 104757)
--- 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 (104756 => 104757)
--- 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