Revision: 117388 https://trac.macports.org/changeset/117388 Author: devans@macports.org Date: 2014-02-24 15:19:35 -0800 (Mon, 24 Feb 2014) Log Message: ----------- gvfs: replace in-tree intltool.m4 with our version, autoreconf to correct intltool configuration. Modified Paths: -------------- trunk/dports/devel/gvfs/Portfile Modified: trunk/dports/devel/gvfs/Portfile =================================================================== --- trunk/dports/devel/gvfs/Portfile 2014-02-24 22:55:16 UTC (rev 117387) +++ trunk/dports/devel/gvfs/Portfile 2014-02-24 23:19:35 UTC (rev 117388) @@ -54,6 +54,15 @@ port:libsecret \ port:gnome-online-accounts +# update m4/intltool.m4 and autoreconf + +pre-configure { + copy -force ${prefix}/share/aclocal/intltool.m4 ${worksrcpath}/m4 +} + +use_autoreconf yes +autoreconf.args -fvi + configure.args --disable-avahi \ --disable-fuse \ --disable-hal \
participants (1)
-
devans@macports.org