Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 277279
Collapse All | Expand All

(-)mednafen-0.8.11.ebuild (-3 / +3 lines)
Lines 2-8 Link Here
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.8.11.ebuild,v 1.2 2009/06/17 22:57:30 nyhm Exp $
3
# $Header: /var/cvsroot/gentoo-x86/games-emulation/mednafen/mednafen-0.8.11.ebuild,v 1.2 2009/06/17 22:57:30 nyhm Exp $
4
4
5
EAPI=2
5
EAPI="2"
6
6
inherit autotools eutils games
7
inherit autotools eutils games
7
8
8
DESCRIPTION="An advanced NES, GB/GBC/GBA, TurboGrafx 16/CD, NGPC and Lynx emulator"
9
DESCRIPTION="An advanced NES, GB/GBC/GBA, TurboGrafx 16/CD, NGPC and Lynx emulator"
Lines 26-32 Link Here
26
	dev-util/pkgconfig
27
	dev-util/pkgconfig
27
	nls? ( sys-devel/gettext )"
28
	nls? ( sys-devel/gettext )"
28
29
29
S=${WORKDIR}/${PN}
30
S="${WORKDIR}/${PN}"
30
31
31
src_prepare() {
32
src_prepare() {
32
	sed -i \
33
	sed -i \
Lines 39-45 Link Here
39
		-e '/-ffast-math/d' \
40
		-e '/-ffast-math/d' \
40
		configure.ac \
41
		configure.ac \
41
		|| die "sed failed"
42
		|| die "sed failed"
42
	epatch "${FILESDIR}"/${P}-glibc2.10.patch
43
	eautoreconf
43
	eautoreconf
44
}
44
}
45
45

Return to bug 277279