Revision
118275
Author
devans@macports.org
Date
2014-03-28 10:40:33 -0700 (Fri, 28 Mar 2014)

Log Message

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

Modified Paths

Removed Paths

Diff

Modified: trunk/dports/devel/glade3/Portfile (118274 => 118275)


--- trunk/dports/devel/glade3/Portfile	2014-03-28 16:42:44 UTC (rev 118274)
+++ trunk/dports/devel/glade3/Portfile	2014-03-28 17:40:33 UTC (rev 118275)
@@ -38,8 +38,15 @@
 
 depends_run     port:devhelp
 
-patchfiles      patch-configure.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.cflags-append \
                 -Wno-format-nonliteral