commit:     0561df10cd59698cb93018c085fd91443f6d3f84
Author:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
AuthorDate: Wed Jan  6 16:40:10 2016 +0000
Commit:     Michael Sterrett <mr_bones_ <AT> gentoo <DOT> org>
CommitDate: Wed Jan  6 16:40:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0561df10

media-libs/sdl2-mixer: fix building with newer autotools (bug #571064)

Package-Manager: portage-2.2.26

 media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild 
b/media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild
index 4814ca8..42d3ee2 100644
--- a/media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild
+++ b/media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild
@@ -54,6 +54,8 @@ S=${WORKDIR}/${MY_P}
 src_prepare() {
        # upstream patch to fix building with both smpeg and mad mp3 support 
(bug #570804)
        epatch "${FILESDIR}"/${P}-mp3.patch
+       sed -i -e 's/configure.in/configure.ac/' Makefile.in || die
+       mv configure.{in,ac} || die
        eautoreconf
 }
 

Reply via email to