[117413] trunk/dports/gnome/gnome-font-viewer/Portfile

devans at macports.org devans at macports.org
Tue Feb 25 12:30:35 PST 2014


Revision: 117413
          https://trac.macports.org/changeset/117413
Author:   devans at 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
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140225/9dd98006/attachment.html>


More information about the macports-changes mailing list