[100938] trunk/dports/audio/faad2

ryandesign at macports.org ryandesign at macports.org
Tue Jan 1 14:54:30 PST 2013


Revision: 100938
          https://trac.macports.org/changeset/100938
Author:   ryandesign at macports.org
Date:     2013-01-01 14:54:30 -0800 (Tue, 01 Jan 2013)
Log Message:
-----------
faad2: fix build with automake 1.13 (#37472)

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

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

Modified: trunk/dports/audio/faad2/Portfile
===================================================================
--- trunk/dports/audio/faad2/Portfile	2013-01-01 22:32:40 UTC (rev 100937)
+++ trunk/dports/audio/faad2/Portfile	2013-01-01 22:54:30 UTC (rev 100938)
@@ -21,6 +21,8 @@
                     sha1    80eaaa5cc576c35dd28863767b795c50cbcc0511 \
                     rmd160  3f0ca461e2953014d5b17edccb3337767d478b8d
 
+patchfiles          patch-automake-1.13.diff
+
 use_autoreconf  yes
 autoreconf.args -vif
 

Added: trunk/dports/audio/faad2/files/patch-automake-1.13.diff
===================================================================
--- trunk/dports/audio/faad2/files/patch-automake-1.13.diff	                        (rev 0)
+++ trunk/dports/audio/faad2/files/patch-automake-1.13.diff	2013-01-01 22:54:30 UTC (rev 100938)
@@ -0,0 +1,11 @@
+--- configure.in.orig	2009-02-05 01:51:03.000000000 +0100
++++ configure.in	2013-01-01 13:42:50.000000000 +0100
+@@ -25,7 +25,7 @@
+ AC_PROG_MAKE_SET
+ AC_CHECK_PROGS(RPMBUILD, rpmbuild, rpm)
+ 
+-AM_CONFIG_HEADER(config.h)
++AC_CONFIG_HEADERS([config.h])
+ 
+ AC_ARG_WITH(xmms,[  --with-xmms             compile XMMS-1 plugin],
+ 	     WITHXMMS=$withval, WITHXMMS=no)
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130101/889b93f5/attachment.html>


More information about the macports-changes mailing list