Revision: 117413 https://trac.macports.org/changeset/117413 Author: devans@macports.org Date: 2014-02-25 12:30:35 -0800 (Tue, 25 Feb 2014) Log Message: ----------- gnome-font-viewer: replace in-tree intltool.m4 with our version, autoreconf to correct intltool configuration. Modified Paths: -------------- trunk/dports/gnome/gnome-font-viewer/Portfile Modified: trunk/dports/gnome/gnome-font-viewer/Portfile =================================================================== --- trunk/dports/gnome/gnome-font-viewer/Portfile 2014-02-25 20:26:21 UTC (rev 117412) +++ trunk/dports/gnome/gnome-font-viewer/Portfile 2014-02-25 20:30:35 UTC (rev 117413) @@ -35,8 +35,15 @@ depends_run port:gnome-settings-daemon -#configure.optflags -g -O0 +# 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-schemas-compile \ --disable-silent-rules
participants (1)
-
devans@macports.org