summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Harder <radhermit@gentoo.org>2014-01-25 09:06:33 +0000
committerTim Harder <radhermit@gentoo.org>2014-01-25 09:06:33 +0000
commit571f1507c68b8003e49c082d3cab5c24208e8348 (patch)
tree6b1dea2ae6516fb4496d070c526a47e91013f563 /media-libs/libsoundtouch
parentRemove old. (diff)
downloadgentoo-2-571f1507c68b8003e49c082d3cab5c24208e8348.tar.gz
gentoo-2-571f1507c68b8003e49c082d3cab5c24208e8348.tar.bz2
gentoo-2-571f1507c68b8003e49c082d3cab5c24208e8348.zip
Fix build with newer versions of automake (bug #468716).
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
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
}