Revision
117385
Author
devans@macports.org
Date
2014-02-24 12:57:01 -0800 (Mon, 24 Feb 2014)

Log Message

gsettings-desktop-schemas: replace in-tree intltool.m4 with our version, autoreconf to correct intltool configuration.

Modified Paths

Diff

Modified: trunk/dports/gnome/gsettings-desktop-schemas/Portfile (117384 => 117385)


--- trunk/dports/gnome/gsettings-desktop-schemas/Portfile	2014-02-24 20:45:41 UTC (rev 117384)
+++ trunk/dports/gnome/gsettings-desktop-schemas/Portfile	2014-02-24 20:57:01 UTC (rev 117385)
@@ -37,6 +37,15 @@
 
 patchfiles      patch-restore-settings-for-deprecated-gtk-settings.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  --disable-silent-rules \
                 --disable-schemas-compile \
                 --enable-introspection=yes