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

devans at macports.org devans at macports.org
Tue Feb 25 14:31:53 PST 2014


Revision: 117418
          https://trac.macports.org/changeset/117418
Author:   devans at macports.org
Date:     2014-02-25 14:31:53 -0800 (Tue, 25 Feb 2014)
Log Message:
-----------
libsoup: replace in-tree intltool.m4 with our version before autoreconf to correct intltool configuration.

Modified Paths:
--------------
    trunk/dports/gnome/libsoup/Portfile

Modified: trunk/dports/gnome/libsoup/Portfile
===================================================================
--- trunk/dports/gnome/libsoup/Portfile	2014-02-25 22:12:00 UTC (rev 117417)
+++ trunk/dports/gnome/libsoup/Portfile	2014-02-25 22:31:53 UTC (rev 117418)
@@ -48,7 +48,12 @@
     --without-gnome \
     --enable-introspection
 
-# Don't do intltool's INTLTOOL_PERL dance
+# update m4/intltool.m4 and autoreconf
+
+pre-configure {
+    copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4
+}
+
 use_autoreconf  yes
 autoreconf.args -fvi
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140225/cf02c369/attachment.html>


More information about the macports-changes mailing list