Revision: 117418 https://trac.macports.org/changeset/117418 Author: devans@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