summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'media-libs/libsoundtouch')
-rw-r--r--media-libs/libsoundtouch/ChangeLog7
-rw-r--r--media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild7
2 files changed, 9 insertions, 5 deletions
diff --git a/media-libs/libsoundtouch/ChangeLog b/media-libs/libsoundtouch/ChangeLog
index d17112f7eae1..dce7f9959110 100644
--- a/media-libs/libsoundtouch/ChangeLog
+++ b/media-libs/libsoundtouch/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/libsoundtouch
-# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.70 2013/07/06 17:01:56 ottxor Exp $
+# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/ChangeLog,v 1.71 2014/01/25 09:06:33 radhermit Exp $
+
+ 25 Jan 2014; Tim Harder <radhermit@gentoo.org> libsoundtouch-1.7.1.ebuild:
+ Fix build with newer versions of automake (bug #468716).
06 Jul 2013; Christoph Junghans <ottxor@gentoo.org>
libsoundtouch-1.7.1.ebuild:
diff --git a/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild b/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild
index c9af59df92bd..22c533573267 100644
--- a/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild
+++ b/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2013 Gentoo Foundation
+# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.7 2013/07/06 17:01:56 ottxor Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/libsoundtouch/libsoundtouch-1.7.1.ebuild,v 1.8 2014/01/25 09:06:33 radhermit Exp $
EAPI=5
inherit autotools eutils flag-o-matic
@@ -22,7 +22,8 @@ S=${WORKDIR}/${MY_PN}
src_prepare() {
epatch "${FILESDIR}"/${PN}-1.7.0-flags.patch
- sed -i -e "s:^\(pkgdoc_DATA=\)COPYING.TXT :\1:" Makefile.am || die
+ sed -i "s:^\(pkgdoc_DATA=\)COPYING.TXT :\1:" Makefile.am || die
+ sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:g' configure.ac || die
eautoreconf
}