[104789] trunk/dports/comms/telepathy-logger/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Apr 2 13:47:29 PDT 2013


Revision: 104789
          https://trac.macports.org/changeset/104789
Author:   jeremyhu at macports.org
Date:     2013-04-02 13:47:29 -0700 (Tue, 02 Apr 2013)
Log Message:
-----------
telepathy-logger: Enable introspection

Modified Paths:
--------------
    trunk/dports/comms/telepathy-logger/Portfile

Modified: trunk/dports/comms/telepathy-logger/Portfile
===================================================================
--- trunk/dports/comms/telepathy-logger/Portfile	2013-04-02 20:45:19 UTC (rev 104788)
+++ trunk/dports/comms/telepathy-logger/Portfile	2013-04-02 20:47:29 UTC (rev 104789)
@@ -5,6 +5,7 @@
 
 name            telepathy-logger
 version         0.8.0
+revision        1
 set branch      [join [lrange [split ${version} .] 0 1] .]
 license         LGPL-2.1+
 description     The ${name} component of Telepathy - a Flexible Communications Framework
@@ -34,8 +35,11 @@
 
 configure.args  --disable-silent-rules \
                 --disable-coding-style-checks \
-                --enable-introspection=no
+                --enable-introspection
 
+# gobject-introspection uses g-ir-scanner, which uses $CC from env
+build.args-append       CC="${configure.cc} ${configure.cc_archflags}"
+
 variant python25 conflicts python26 python27 description {Enable building of Python 2.5 bindings} {
                 depends_lib-append          port:py25-twisted
                 configure.python            ${prefix}/bin/python2.5
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130402/b88b9f38/attachment.html>


More information about the macports-changes mailing list