Revision: 104789 https://trac.macports.org/changeset/104789 Author: jeremyhu@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
participants (1)
-
jeremyhu@macports.org