[100916] trunk/dports/gnome/gnome-utils

devans at macports.org devans at macports.org
Mon Dec 31 18:59:20 PST 2012


Revision: 100916
          https://trac.macports.org/changeset/100916
Author:   devans at macports.org
Date:     2012-12-31 18:59:20 -0800 (Mon, 31 Dec 2012)
Log Message:
-----------
gnome-utils: fix build with automake-1.13.

Modified Paths:
--------------
    trunk/dports/gnome/gnome-utils/Portfile

Added Paths:
-----------
    trunk/dports/gnome/gnome-utils/files/patch-configure.ac.diff

Modified: trunk/dports/gnome/gnome-utils/Portfile
===================================================================
--- trunk/dports/gnome/gnome-utils/Portfile	2013-01-01 00:52:22 UTC (rev 100915)
+++ trunk/dports/gnome/gnome-utils/Portfile	2013-01-01 02:59:20 UTC (rev 100916)
@@ -34,7 +34,8 @@
 
 patchfiles      patch-gnome-dictionary-libgdict-Makefile.am.diff \
                 patch-gsearchtool-libgnomeui-deprecated-Makefile.am.diff \
-                bad-return.patch
+                bad-return.patch \
+                patch-configure.ac.diff
 
 use_autoreconf  yes
 

Added: trunk/dports/gnome/gnome-utils/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/gnome/gnome-utils/files/patch-configure.ac.diff	                        (rev 0)
+++ trunk/dports/gnome/gnome-utils/files/patch-configure.ac.diff	2013-01-01 02:59:20 UTC (rev 100916)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2012-12-31 18:45:35.000000000 -0800
++++ configure.ac	2012-12-31 18:46:15.000000000 -0800
+@@ -10,7 +10,7 @@
+ 
+ AC_CONFIG_MACRO_DIR([m4])
+ 
+-AM_CONFIG_HEADER([config.h])
++AC_CONFIG_HEADERS([config.h])
+ AM_INIT_AUTOMAKE
+ 
+ GNOME_COMMON_INIT
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121231/6247db60/attachment.html>


More information about the macports-changes mailing list