diff options
author | Tim Harder <radhermit@gentoo.org> | 2013-04-25 19:15:13 +0000 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2013-04-25 19:15:13 +0000 |
commit | 9fc718bade0d923cbde7d9a54d2ed08af6d4163b (patch) | |
tree | 21a700420cc49d4e82efa926068dda30b4f64f0d /media-libs/faad2/faad2-2.7-r2.ebuild | |
parent | Fix autoreconf failures with automake-1.13 (bug #466996). (diff) | |
download | gentoo-2-9fc718bade0d923cbde7d9a54d2ed08af6d4163b.tar.gz gentoo-2-9fc718bade0d923cbde7d9a54d2ed08af6d4163b.tar.bz2 gentoo-2-9fc718bade0d923cbde7d9a54d2ed08af6d4163b.zip |
Fix autoreconf failures with automake-1.13 (bug #466986).
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, signed Manifest commit with key 4AB3E85B4F064CA3)
Diffstat (limited to 'media-libs/faad2/faad2-2.7-r2.ebuild')
-rw-r--r-- | media-libs/faad2/faad2-2.7-r2.ebuild | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/media-libs/faad2/faad2-2.7-r2.ebuild b/media-libs/faad2/faad2-2.7-r2.ebuild index 261f74e6ba3b..d5f806fa9935 100644 --- a/media-libs/faad2/faad2-2.7-r2.ebuild +++ b/media-libs/faad2/faad2-2.7-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2012 Gentoo Foundation +# Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.7-r2.ebuild,v 1.10 2012/05/17 14:07:55 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/faad2/faad2-2.7-r2.ebuild,v 1.11 2013/04/25 19:15:13 radhermit Exp $ EAPI=3 inherit autotools eutils @@ -21,6 +21,9 @@ src_prepare() { sed -i -e 's:iquote :I:' libfaad/Makefile.am || die + # bug 466986 + sed -i 's:AM_CONFIG_HEADER:AC_CONFIG_HEADERS:' configure.in || die + eautoreconf } |