[101208] trunk/dports/audio/soundtouch

jeremyhu at macports.org jeremyhu at macports.org
Sun Jan 6 02:21:02 PST 2013


Revision: 101208
          https://trac.macports.org/changeset/101208
Author:   jeremyhu at macports.org
Date:     2013-01-06 02:21:02 -0800 (Sun, 06 Jan 2013)
Log Message:
-----------
soundtouch: Fix build with automake 1.13

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

Added Paths:
-----------
    trunk/dports/audio/soundtouch/files/
    trunk/dports/audio/soundtouch/files/automake.patch

Modified: trunk/dports/audio/soundtouch/Portfile
===================================================================
--- trunk/dports/audio/soundtouch/Portfile	2013-01-06 10:19:21 UTC (rev 101207)
+++ trunk/dports/audio/soundtouch/Portfile	2013-01-06 10:21:02 UTC (rev 101208)
@@ -26,6 +26,7 @@
 
 worksrcdir          ${name}
 
+patchfiles          automake.patch
 use_autoreconf      yes
 autoreconf.args     -fvi
 

Added: trunk/dports/audio/soundtouch/files/automake.patch
===================================================================
--- trunk/dports/audio/soundtouch/files/automake.patch	                        (rev 0)
+++ trunk/dports/audio/soundtouch/files/automake.patch	2013-01-06 10:21:02 UTC (rev 101208)
@@ -0,0 +1,11 @@
+--- configure.ac.orig	2013-01-06 02:17:52.000000000 -0800
++++ configure.ac	2013-01-06 02:18:03.000000000 -0800
+@@ -21,7 +21,7 @@ dnl Place - Suite 330, Boston, MA  02111
+ 
+ AC_INIT(SoundTouch, 1.6.0, [http://www.surina.net/soundtouch])
+ AC_CONFIG_AUX_DIR(config)
+-AM_CONFIG_HEADER([include/soundtouch_config.h])
++AC_CONFIG_HEADERS([include/soundtouch_config.h])
+ AM_INIT_AUTOMAKE
+ AC_DISABLE_SHARED	dnl This makes libtool only build static libs 
+ #AC_GNU_SOURCE 		dnl enable posix extensions in glibc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130106/16fd177b/attachment.html>


More information about the macports-changes mailing list