summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulian Ospald <hasufell@gentoo.org>2013-04-30 21:13:43 +0000
committerJulian Ospald <hasufell@gentoo.org>2013-04-30 21:13:43 +0000
commit313e28645ef6a5756e27f43202406e536dac7968 (patch)
treebbeecb87a247f3944b0a02ab924890f78b821bfd /media-libs/sdl-sound/sdl-sound-1.0.3.ebuild
parentBackport build fix to slot:2 for automake-1.13.1 (bug #467244). (diff)
downloadhistorical-313e28645ef6a5756e27f43202406e536dac7968.tar.gz
historical-313e28645ef6a5756e27f43202406e536dac7968.tar.bz2
historical-313e28645ef6a5756e27f43202406e536dac7968.zip
fix build with automake-1.13 wrt #468060
Package-Manager: portage-2.2.0_alpha173/cvs/Linux x86_64 Manifest-Sign-Key: 0xE73C35B3
Diffstat (limited to 'media-libs/sdl-sound/sdl-sound-1.0.3.ebuild')
-rw-r--r--media-libs/sdl-sound/sdl-sound-1.0.3.ebuild7
1 files changed, 4 insertions, 3 deletions
diff --git a/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild b/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild
index 473dc1a07325..8b1f41eb917d 100644
--- a/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild
+++ b/media-libs/sdl-sound/sdl-sound-1.0.3.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/sdl-sound/sdl-sound-1.0.3.ebuild,v 1.11 2012/11/25 09:16:25 grobian Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild,v 1.12 2013/04/30 21:13:39 hasufell Exp $
EAPI=2
inherit autotools eutils
@@ -29,7 +29,8 @@ DEPEND="${RDEPEND}
S=${WORKDIR}/${MY_P}
src_prepare() {
- epatch "${FILESDIR}"/${P}-underlinking.patch
+ epatch "${FILESDIR}"/${P}-{underlinking,automake-1.13}.patch
+ mv configure.in configure.ac || die
eautoreconf
}