[106497] trunk/dports/devel/glib2-devel/Portfile
ryandesign at macports.org
ryandesign at macports.org
Tue May 28 04:16:09 PDT 2013
Revision: 106497
https://trac.macports.org/changeset/106497
Author: ryandesign at macports.org
Date: 2013-05-28 04:16:09 -0700 (Tue, 28 May 2013)
Log Message:
-----------
glib2-devel: fix build problem with automake 1.13.2 (#39246; merge from glib2 r106496); disable compile warnings (merge from glib2 r106493)
Revision Links:
--------------
https://trac.macports.org/changeset/106496
https://trac.macports.org/changeset/106493
Modified Paths:
--------------
trunk/dports/devel/glib2-devel/Portfile
Modified: trunk/dports/devel/glib2-devel/Portfile
===================================================================
--- trunk/dports/devel/glib2-devel/Portfile 2013-05-28 11:12:27 UTC (rev 106496)
+++ trunk/dports/devel/glib2-devel/Portfile 2013-05-28 11:16:09 UTC (rev 106497)
@@ -43,7 +43,12 @@
patch-gio_gdbusprivate.c.diff
# https://bugzilla.gnome.org/show_bug.cgi?id=700350
+# https://trac.macports.org/ticket/39246
depends_build-append port:autoconf port:automake
+post-patch {
+ # Needs to happen before we reinplace the configure script below.
+ system -W ${worksrcpath} "${prefix}/bin/aclocal && ${prefix}/bin/automake"
+}
depends_lib port:gettext \
port:libiconv \
@@ -75,7 +80,8 @@
configure.cflags-append -fstrict-aliasing
-configure.args --enable-static --disable-libelf
+configure.args --enable-static --disable-libelf \
+ --disable-compile-warnings
configure.perl ${prefix}/bin/perl
configure.python /usr/bin/python
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130528/402516c0/attachment.html>
More information about the macports-changes
mailing list