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

Collapse All | Expand All

(-)/usr/portage/games-puzzle/hangman/hangman-0.9.2.ebuild (+6 lines)
Lines 18-27 Link Here
18
	media-libs/sdl-image
18
	media-libs/sdl-image
19
	media-libs/sdl-ttf"
19
	media-libs/sdl-ttf"
20
RDEPEND="${DEPEND}
20
RDEPEND="${DEPEND}
21
	sys-apps/miscfiles"
21
	sys-apps/miscfiles"
22
22
23
src_unpack() {
24
	unpack ${A}
25
	cd "${S}"/src
26
	epatch "${FILESDIR}"/${P}-gcc44.patch
27
}
28
23
src_install() {
29
src_install() {
24
	emake DESTDIR="${D}" install || die "emake install failed"
30
	emake DESTDIR="${D}" install || die "emake install failed"
25
	newicon pics/noose.png ${PN}.png
31
	newicon pics/noose.png ${PN}.png
26
	make_desktop_entry ${PN} Hangman
32
	make_desktop_entry ${PN} Hangman
27
	prepgamesdirs
33
	prepgamesdirs

Return to bug 273504