[117312] trunk/dports/gnome/geocode-glib/Portfile
devans at macports.org
devans at macports.org
Fri Feb 21 15:14:14 PST 2014
Revision: 117312
https://trac.macports.org/changeset/117312
Author: devans at macports.org
Date: 2014-02-21 15:14:14 -0800 (Fri, 21 Feb 2014)
Log Message:
-----------
geocode-glib: replace in-tree intltool.m4 with our version, autoreconf to correct intltool configuration, update build deps.
Modified Paths:
--------------
trunk/dports/gnome/geocode-glib/Portfile
Modified: trunk/dports/gnome/geocode-glib/Portfile
===================================================================
--- trunk/dports/gnome/geocode-glib/Portfile 2014-02-21 22:40:43 UTC (rev 117311)
+++ trunk/dports/gnome/geocode-glib/Portfile 2014-02-21 23:14:14 UTC (rev 117312)
@@ -26,7 +26,8 @@
sha256 0aedc198cf8a9b934a290d50aadaf4b48bb13c3b4783618c6753eb466cdaa637
depends_build port:pkgconfig \
- port:intltool
+ port:intltool \
+ port:gnome-common
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
port:json-glib \
@@ -36,6 +37,15 @@
patchfiles patch-geocode-glib-geocode-glib.symbols.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 --enable-introspection=yes \
--disable-silent-rules
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.macosforge.org/pipermail/macports-changes/attachments/20140221/e7225df2/attachment.html>
More information about the macports-changes
mailing list