Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 432192 | Differences between
and this patch

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +8 lines)
Line  Link Here
0
-- media-libs/sdl-sound/sdl-sound-1.0.3.ebuild
0
++ media-libs/sdl-sound/sdl-sound-1.0.3.ebuild
Lines 3-8 Link Here
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild,v 1.8 2012/05/05 08:02:44 jdhore Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-libs/sdl-sound/sdl-sound-1.0.3.ebuild,v 1.8 2012/05/05 08:02:44 jdhore Exp $
4
4
5
EAPI=2
5
EAPI=2
6
inherit autotools eutils
7
6
MY_P="${P/sdl-/SDL_}"
8
MY_P="${P/sdl-/SDL_}"
7
DESCRIPTION="A library that handles the decoding of sound file formats"
9
DESCRIPTION="A library that handles the decoding of sound file formats"
8
HOMEPAGE="http://icculus.org/SDL_sound/"
10
HOMEPAGE="http://icculus.org/SDL_sound/"
Lines 25-30 Link Here
25
	virtual/pkgconfig"
27
	virtual/pkgconfig"
26
28
27
S=${WORKDIR}/${MY_P}
29
S=${WORKDIR}/${MY_P}
30
31
src_prepare() {
32
	epatch "${FILESDIR}"/${P}-underlinking.patch
33
	eautoreconf
34
}
28
35
29
src_configure() {
36
src_configure() {
30
	econf \
37
	econf \

Return to bug 432192