Revision
104832
Author
devans@macports.org
Date
2013-04-03 09:59:19 -0700 (Wed, 03 Apr 2013)

Log Message

gtk3: disable gobject-introspection for universal variant, #35944.

Modified Paths

Diff

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}