[119159] trunk/dports/devel/zeitgeist/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Fri Apr 18 02:28:23 PDT 2014


Revision: 119159
          https://trac.macports.org/changeset/119159
Author:   jeremyhu at macports.org
Date:     2014-04-18 02:28:23 -0700 (Fri, 18 Apr 2014)
Log Message:
-----------
zeitgeist: Support gir

Modified Paths:
--------------
    trunk/dports/devel/zeitgeist/Portfile

Modified: trunk/dports/devel/zeitgeist/Portfile
===================================================================
--- trunk/dports/devel/zeitgeist/Portfile	2014-04-18 09:08:13 UTC (rev 119158)
+++ trunk/dports/devel/zeitgeist/Portfile	2014-04-18 09:28:23 UTC (rev 119159)
@@ -5,7 +5,7 @@
 
 name                zeitgeist
 version             0.9.14
-revision            3
+revision            4
 license             LGPL-2.1
 set branch          [join [lrange [split ${version} .] 0 1] .]
 description         Zeitgeist is a service which logs the users's activities and \
@@ -66,9 +66,12 @@
 }
 
 configure.cmd       ./autogen.sh
-configure.args      --disable-silent-rules \
-                    --disable-introspection
+configure.args      --disable-silent-rules
 
+# gobject-introspection uses g-ir-scanner, which uses $CC from env
+build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
+destroot.args-append    CC="${configure.cc} ${configure.cc_archflags}"
+
 variant python25 conflicts python26 python27 description {Build using Python 2.5} {
     depends_lib-append  port:py25-rdflib
     configure.python    ${prefix}/bin/python2.5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140418/e932f547/attachment-0001.html>


More information about the macports-changes mailing list