Revision: 104788 https://trac.macports.org/changeset/104788 Author: jeremyhu@macports.org Date: 2013-04-02 13:45:19 -0700 (Tue, 02 Apr 2013) Log Message: ----------- libsoup: Enable introspection Modified Paths: -------------- trunk/dports/gnome/libsoup/Portfile Modified: trunk/dports/gnome/libsoup/Portfile =================================================================== --- trunk/dports/gnome/libsoup/Portfile 2013-04-02 20:36:33 UTC (rev 104787) +++ trunk/dports/gnome/libsoup/Portfile 2013-04-02 20:45:19 UTC (rev 104788) @@ -6,6 +6,7 @@ name libsoup version 2.42.0 +revision 1 set branch [join [lrange [split ${version} .] 0 1] .] categories gnome net platforms darwin @@ -48,8 +49,11 @@ configure.args \ --disable-more-warnings \ --disable-silent-rules \ - --disable-introspection + --enable-introspection +# gobject-introspection uses g-ir-scanner, which uses $CC from env +build.args-append CC="${configure.cc} ${configure.cc_archflags}" + # intltool needs to be run with the correct version of perl configure.env-append INTLTOOL_PERL=${prefix}/bin/perl5.12
participants (1)
-
jeremyhu@macports.org