[104788] trunk/dports/gnome/libsoup/Portfile

jeremyhu at macports.org jeremyhu at macports.org
Tue Apr 2 13:45:19 PDT 2013


Revision: 104788
          https://trac.macports.org/changeset/104788
Author:   jeremyhu at 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
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130402/0debc864/attachment.html>


More information about the macports-changes mailing list