Revision: 71072 http://trac.macports.org/changeset/71072 Author: devans@macports.org Date: 2010-08-31 09:57:36 -0700 (Tue, 31 Aug 2010) Log Message: ----------- gtk2: configure to disable GObject introspection which otherwise autoconfigures if gobject-introspection is installed. This causes the gtk2 build to break because the current version of pango does not generate introspection data. Modified Paths: -------------- trunk/dports/x11/gtk2/Portfile Modified: trunk/dports/x11/gtk2/Portfile =================================================================== --- trunk/dports/x11/gtk2/Portfile 2010-08-31 16:33:17 UTC (rev 71071) +++ trunk/dports/x11/gtk2/Portfile 2010-08-31 16:57:36 UTC (rev 71072) @@ -55,6 +55,7 @@ configure.args --enable-static \ --disable-glibtest \ + --disable-introspection \ gio_can_sniff=yes configure.ccache no