[117434] trunk/dports/gnome/zenity/Portfile

devans at macports.org devans at macports.org
Tue Feb 25 23:07:52 PST 2014


Revision: 117434
          https://trac.macports.org/changeset/117434
Author:   devans at macports.org
Date:     2014-02-25 23:07:52 -0800 (Tue, 25 Feb 2014)
Log Message:
-----------
zenity: replace in-tree intltool.m4 with our version before autoreconf to correct intltool configuration.

Modified Paths:
--------------
    trunk/dports/gnome/zenity/Portfile

Modified: trunk/dports/gnome/zenity/Portfile
===================================================================
--- trunk/dports/gnome/zenity/Portfile	2014-02-26 06:52:50 UTC (rev 117433)
+++ trunk/dports/gnome/zenity/Portfile	2014-02-26 07:07:52 UTC (rev 117434)
@@ -32,7 +32,12 @@
                 port:libnotify \
                 path:lib/pkgconfig/webkitgtk-3.0.pc:webkit-gtk3
 
-# 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
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140225/0183d309/attachment.html>


More information about the macports-changes mailing list