Revision
118282
Author
devans@macports.org
Date
2014-03-28 12:56:40 -0700 (Fri, 28 Mar 2014)

Log Message

libgnome: update m4/intltool.m4 and autoreconf to fix intltool configuration.

Modified Paths

Diff

Modified: trunk/dports/gnome/libgnome/Portfile (118281 => 118282)


--- trunk/dports/gnome/libgnome/Portfile	2014-03-28 19:21:14 UTC (rev 118281)
+++ trunk/dports/gnome/libgnome/Portfile	2014-03-28 19:56:40 UTC (rev 118282)
@@ -33,6 +33,15 @@
     port:libiconv \
     port:gettext
 
+# 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-install
 
 post-activate {