[55754] trunk/dports/devel/glib2-devel

ryandesign at macports.org ryandesign at macports.org
Tue Aug 18 05:08:48 PDT 2009


Revision: 55754
          http://trac.macports.org/changeset/55754
Author:   ryandesign at macports.org
Date:     2009-08-18 05:08:45 -0700 (Tue, 18 Aug 2009)
Log Message:
-----------
glib2-devel: fix build with autoconf 2.64; closes #20715

Modified Paths:
--------------
    trunk/dports/devel/glib2-devel/Portfile

Added Paths:
-----------
    trunk/dports/devel/glib2-devel/files/patch-autoconf-2.64.diff

Modified: trunk/dports/devel/glib2-devel/Portfile
===================================================================
--- trunk/dports/devel/glib2-devel/Portfile	2009-08-18 11:53:35 UTC (rev 55753)
+++ trunk/dports/devel/glib2-devel/Portfile	2009-08-18 12:08:45 UTC (rev 55754)
@@ -36,6 +36,7 @@
 # ${prefix}/include/glib-2.0/glib/gi18n.h requires -I${prefix}/include to find libintl.h
 # See http://trac.macports.org/changeset/27148
 patchfiles \
+    patch-autoconf-2.64.diff \
     patch-configure.in.diff \
     patch-glib-2.0.pc.in.diff \
     patch-gi18n.h.diff \

Added: trunk/dports/devel/glib2-devel/files/patch-autoconf-2.64.diff
===================================================================
--- trunk/dports/devel/glib2-devel/files/patch-autoconf-2.64.diff	                        (rev 0)
+++ trunk/dports/devel/glib2-devel/files/patch-autoconf-2.64.diff	2009-08-18 12:08:45 UTC (rev 55754)
@@ -0,0 +1,13 @@
+Update GLIB_CHECK_COMPILE_WARNINGS macro to work with Autoconf 2.64
+http://bugzilla.gnome.org/show_bug.cgi?id=591840
+--- acglib.m4
++++ acglib.m4
+@@ -117,7 +117,7 @@ AS_IF([_AC_EVAL_STDERR($ac_compile) &&
+       [$2],
+       [echo "$as_me: failed program was:" >&AS_MESSAGE_LOG_FD
+ cat conftest.$ac_ext >&AS_MESSAGE_LOG_FD
+-m4_ifvaln([$3],[$3])dnl])dnl
++m4_ifvaln([$3],[$3])dnl])
+ ac_compile="$glib_ac_compile_save"
+ rm -f conftest.$ac_objext conftest.err m4_ifval([$1], [conftest.$ac_ext])[]dnl
+ ])# GLIB_CHECK_COMPILE_WARNINGS
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20090818/3a441879/attachment.html>


More information about the macports-changes mailing list