Revision: 117437 https://trac.macports.org/changeset/117437 Author: devans@macports.org Date: 2014-02-26 00:24:19 -0800 (Wed, 26 Feb 2014) Log Message: ----------- file-roller: replace in-tree intltool.m4 with our version before autoreconf to correct intltool configuration. Modified Paths: -------------- trunk/dports/gnome/file-roller/Portfile Modified: trunk/dports/gnome/file-roller/Portfile =================================================================== --- trunk/dports/gnome/file-roller/Portfile 2014-02-26 07:49:20 UTC (rev 117436) +++ trunk/dports/gnome/file-roller/Portfile 2014-02-26 08:24:19 UTC (rev 117437) @@ -46,16 +46,21 @@ patchfiles patch-src-fr-command-lrzip.c.diff +# 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 --with-smclient=xsmp \ --disable-nautilus-actions \ --disable-packagekit \ --disable-schemas-compile \ --disable-silent-rules -# Don't do intltool's INTLTOOL_PERL dance -use_autoreconf yes -autoreconf.args -fvi - variant nautilus description {Build optional nautilus context menu actions} { configure.args-delete --disable-nautilus-actions depends_lib-append port:nautilus
participants (1)
-
devans@macports.org