diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-05-08 12:05:07 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-05-08 12:05:07 +0000 |
commit | b23b1118254039327103f3b91334afc7528b6b50 (patch) | |
tree | 6fc4aea2ff80dc24d4d22e8c851685de1502bc61 /media-plugins/swh-plugins | |
parent | version bump (diff) | |
download | gentoo-2-b23b1118254039327103f3b91334afc7528b6b50.tar.gz gentoo-2-b23b1118254039327103f3b91334afc7528b6b50.tar.bz2 gentoo-2-b23b1118254039327103f3b91334afc7528b6b50.zip |
Fix build with automake 1.13
(Portage version: 2.2.0_alpha174/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'media-plugins/swh-plugins')
-rw-r--r-- | media-plugins/swh-plugins/ChangeLog | 8 | ||||
-rw-r--r-- | media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild | 7 |
2 files changed, 11 insertions, 4 deletions
diff --git a/media-plugins/swh-plugins/ChangeLog b/media-plugins/swh-plugins/ChangeLog index 875673df50d1..4a317a731b6b 100644 --- a/media-plugins/swh-plugins/ChangeLog +++ b/media-plugins/swh-plugins/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for media-plugins/swh-plugins -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.42 2012/05/05 08:27:15 jdhore Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/ChangeLog,v 1.43 2013/05/08 12:05:07 aballier Exp $ + + 08 May 2013; Alexis Ballier <aballier@gentoo.org> + swh-plugins-0.4.15-r1.ebuild: + Fix build with automake 1.13 05 May 2012; Jeff Horelick <jdhore@gentoo.org> swh-plugins-0.4.15.ebuild, swh-plugins-0.4.15-r1.ebuild: diff --git a/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild b/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild index b4dd8c13db63..ea096d87ad0f 100644 --- a/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild +++ b/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.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-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild,v 1.4 2012/05/05 08:27:15 jdhore Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-plugins/swh-plugins/swh-plugins-0.4.15-r1.ebuild,v 1.5 2013/05/08 12:05:07 aballier Exp $ inherit eutils autotools @@ -41,6 +41,9 @@ src_unpack() { # it doesn't get updated otherwise rm -f missing + # Fix build with automake 1.13 + sed -i 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' configure.in || die + eautoreconf elibtoolize } |