[117719] trunk/dports/gnome

devans at macports.org devans at macports.org
Sun Mar 9 08:42:57 PDT 2014


Revision: 117719
          https://trac.macports.org/changeset/117719
Author:   devans at macports.org
Date:     2014-03-09 08:42:57 -0700 (Sun, 09 Mar 2014)
Log Message:
-----------
gdl, gdl3: reconfigure with our intltool.m4 to fix intltool configuration.

Modified Paths:
--------------
    trunk/dports/gnome/gdl/Portfile
    trunk/dports/gnome/gdl3/Portfile

Modified: trunk/dports/gnome/gdl/Portfile
===================================================================
--- trunk/dports/gnome/gdl/Portfile	2014-03-09 15:32:31 UTC (rev 117718)
+++ trunk/dports/gnome/gdl/Portfile	2014-03-09 15:42:57 UTC (rev 117719)
@@ -35,5 +35,10 @@
 patchfiles          returns.patch \
                     patch_glib_2.30_G_CONST_RETURN.diff
 
+# reconfigure with our intltool.m4
+
+use_autoreconf      yes
+autoreconf.args     -fvi
+
 # this is the last stable version of gdl that provides gdl-2.0
 livecheck.type      none

Modified: trunk/dports/gnome/gdl3/Portfile
===================================================================
--- trunk/dports/gnome/gdl3/Portfile	2014-03-09 15:32:31 UTC (rev 117718)
+++ trunk/dports/gnome/gdl3/Portfile	2014-03-09 15:42:57 UTC (rev 117719)
@@ -37,6 +37,15 @@
 patchfiles          patch-return.diff \
                     patch-gdl-gdl-dock-object.h.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 \
                     --enable-introspection=yes
 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140309/c4255c8a/attachment.html>


More information about the macports-changes mailing list