media-libs/sdl2-mixer: fix building with newer autotools (bug #571064)
authorMichael Sterrett <mr_bones_@gentoo.org>
Wed, 6 Jan 2016 16:40:10 +0000 (11:40 -0500)
committerMichael Sterrett <mr_bones_@gentoo.org>
Wed, 6 Jan 2016 16:40:30 +0000 (11:40 -0500)
Package-Manager: portage-2.2.26

media-libs/sdl2-mixer/sdl2-mixer-2.0.1.ebuild

index 4814ca82ecf51100a11cd372267ae6ca5889612e..42d3ee2739c451c1b60b37fa495d3c189f1057f7 100644 (file)
@@ -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
 }