[72850] trunk/dports/devel/json-glib/Portfile

devans at macports.org devans at macports.org
Thu Oct 28 14:27:50 PDT 2010


Revision: 72850
          http://trac.macports.org/changeset/72850
Author:   devans at macports.org
Date:     2010-10-28 14:27:47 -0700 (Thu, 28 Oct 2010)
Log Message:
-----------
json-glib: on Tiger disable GObject introspection which fails to build.

Modified Paths:
--------------
    trunk/dports/devel/json-glib/Portfile

Modified: trunk/dports/devel/json-glib/Portfile
===================================================================
--- trunk/dports/devel/json-glib/Portfile	2010-10-28 21:22:12 UTC (rev 72849)
+++ trunk/dports/devel/json-glib/Portfile	2010-10-28 21:27:47 UTC (rev 72850)
@@ -27,6 +27,12 @@
 
 configure.args      --enable-introspection=yes
 
+platform darwin 8 {
+        configure.args-delete --enable-introspection=yes
+        configure.args-append --enable-introspection=no
+        depends_lib-delete    port:gobject-introspection
+}
+
 livecheck.type      regex
 livecheck.url       http://ftp.gnome.org/pub/gnome/sources/${name}/${branch}/
 livecheck.regex     {LATEST-IS-(\d+(?:\.\d+)*)}
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20101028/9387f56a/attachment-0001.html>


More information about the macports-changes mailing list