diff options
author | Justin Lecher <jlec@gentoo.org> | 2013-05-03 14:14:05 +0000 |
---|---|---|
committer | Justin Lecher <jlec@gentoo.org> | 2013-05-03 14:14:05 +0000 |
commit | 2dafe197d08348acea23bd196ce243978711acfe (patch) | |
tree | f138447928ad9679fc4fdf3196e840a4d3a96a33 /media-libs/schroedinger | |
parent | net-libs/librsync: Fix obsolete macros to work with automake-1.13, #467414; a... (diff) | |
download | gentoo-2-2dafe197d08348acea23bd196ce243978711acfe.tar.gz gentoo-2-2dafe197d08348acea23bd196ce243978711acfe.tar.bz2 gentoo-2-2dafe197d08348acea23bd196ce243978711acfe.zip |
media-libs/schroedinger: Fix obsolete macros to work with automake-1.13, #468448
(Portage version: 2.2.0_alpha173/cvs/Linux x86_64, RepoMan options: --force, signed Manifest commit with key 8009D6F070EB7916)
Diffstat (limited to 'media-libs/schroedinger')
-rw-r--r-- | media-libs/schroedinger/ChangeLog | 7 | ||||
-rw-r--r-- | media-libs/schroedinger/schroedinger-1.0.11.ebuild | 5 |
2 files changed, 8 insertions, 4 deletions
diff --git a/media-libs/schroedinger/ChangeLog b/media-libs/schroedinger/ChangeLog index 5929db43ec79..41a0bc531d2a 100644 --- a/media-libs/schroedinger/ChangeLog +++ b/media-libs/schroedinger/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/schroedinger -# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.60 2012/05/15 13:42:36 aballier Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/ChangeLog,v 1.61 2013/05/03 14:14:05 jlec Exp $ + + 03 May 2013; Justin Lecher <jlec@gentoo.org> schroedinger-1.0.11.ebuild: + Fix obsolete macros to work with automake-1.13, #468448 15 May 2012; Alexis Ballier <aballier@gentoo.org> schroedinger-1.0.11.ebuild: keyword ~amd64-fbsd diff --git a/media-libs/schroedinger/schroedinger-1.0.11.ebuild b/media-libs/schroedinger/schroedinger-1.0.11.ebuild index 6d33624e1911..58488f82462d 100644 --- a/media-libs/schroedinger/schroedinger-1.0.11.ebuild +++ b/media-libs/schroedinger/schroedinger-1.0.11.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/schroedinger/schroedinger-1.0.11.ebuild,v 1.5 2012/05/15 13:42:36 aballier Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/schroedinger/schroedinger-1.0.11.ebuild,v 1.6 2013/05/03 14:14:05 jlec Exp $ EAPI=4 inherit eutils autotools @@ -25,6 +25,7 @@ src_prepare() { sed -i \ -e '/AS_COMPILER_FLAG(-O3/d' \ + -e 's/AM_CONFIG_HEADER/AC_CONFIG_HEADERS/g' \ configure.ac || die AT_M4DIR="m4" eautoreconf |