[100870] trunk/dports/audio/flac

ryandesign at macports.org ryandesign at macports.org
Sun Dec 30 08:45:48 PST 2012


Revision: 100870
          https://trac.macports.org/changeset/100870
Author:   ryandesign at macports.org
Date:     2012-12-30 08:45:48 -0800 (Sun, 30 Dec 2012)
Log Message:
-----------
flac: fix build with automake 1.13

Modified Paths:
--------------
    trunk/dports/audio/flac/Portfile

Added Paths:
-----------
    trunk/dports/audio/flac/files/patch-automake-1.13.diff

Modified: trunk/dports/audio/flac/Portfile
===================================================================
--- trunk/dports/audio/flac/Portfile	2012-12-30 16:40:30 UTC (rev 100869)
+++ trunk/dports/audio/flac/Portfile	2012-12-30 16:45:48 UTC (rev 100870)
@@ -30,7 +30,8 @@
 
 patchfiles      patch-nasm.h.diff \
                 patch-build_lib.mk.diff \
-                autoconf-no-xmms.patch
+                autoconf-no-xmms.patch \
+                patch-automake-1.13.diff
 
 configure.args  --disable-xmms-plugin
 

Added: trunk/dports/audio/flac/files/patch-automake-1.13.diff
===================================================================
--- trunk/dports/audio/flac/files/patch-automake-1.13.diff	                        (rev 0)
+++ trunk/dports/audio/flac/files/patch-automake-1.13.diff	2012-12-30 16:45:48 UTC (rev 100870)
@@ -0,0 +1,12 @@
+--- configure.in.orig	2007-09-13 10:48:42.000000000 -0500
++++ configure.in	2012-12-30 10:42:15.000000000 -0600
+@@ -43,8 +43,7 @@
+ 
+ AC_CHECK_SIZEOF(void*,0)
+ 
+-#@@@ new name is AC_CONFIG_HEADERS
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS(config.h)
+ 
+ AC_C_BIGENDIAN
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20121230/2a80a9c8/attachment.html>


More information about the macports-changes mailing list