Modified: trunk/dports/gnome/gtk3/Portfile (104831 => 104832)
--- trunk/dports/gnome/gtk3/Portfile 2013-04-03 16:01:38 UTC (rev 104831)
+++ trunk/dports/gnome/gtk3/Portfile 2013-04-03 16:59:19 UTC (rev 104832)
@@ -115,6 +115,9 @@
}
if {[variant_isset universal]} {
+ # gobject-introspection breaks universal build (#35994)
+ configure.args-replace --enable-introspection --enable-introspection=no
+ depends_lib-delete port:gobject-introspection
set cups /usr/bin/cups-config
if {[info exists universal_sysroot]} {
set cups ${universal_sysroot}${cups}