[107662] trunk/dports/gnome/libsoup/Portfile
jeremyhu at macports.org
jeremyhu at macports.org
Wed Jul 3 17:53:04 PDT 2013
Revision: 107662
https://trac.macports.org/changeset/107662
Author: jeremyhu at macports.org
Date: 2013-07-03 17:53:04 -0700 (Wed, 03 Jul 2013)
Log Message:
-----------
libsoup: autoreconf to skip the INTLTOOL_PERL nonsense
Modified Paths:
--------------
trunk/dports/gnome/libsoup/Portfile
Modified: trunk/dports/gnome/libsoup/Portfile
===================================================================
--- trunk/dports/gnome/libsoup/Portfile 2013-07-04 00:40:47 UTC (rev 107661)
+++ trunk/dports/gnome/libsoup/Portfile 2013-07-04 00:53:04 UTC (rev 107662)
@@ -51,12 +51,13 @@
--disable-silent-rules \
--enable-introspection
+# Don't do intltool's INTLTOOL_PERL dance
+use_autoreconf yes
+autoreconf.args -fvi
+
# 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
-
test.run yes
test.target check
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130703/074f761d/attachment.html>
More information about the macports-changes
mailing list