[71072] trunk/dports/x11/gtk2/Portfile

devans at macports.org devans at macports.org
Tue Aug 31 09:57:37 PDT 2010


Revision: 71072
          http://trac.macports.org/changeset/71072
Author:   devans at 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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100831/4a399208/attachment.html>


More information about the macports-changes mailing list