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

(-)/usr/portage/games-puzzle/icebreaker/icebreaker-1.9.5.ebuild (+7 lines)
Lines 16-23 Link Here
16
DEPEND="media-libs/libsdl
16
DEPEND="media-libs/libsdl
17
	media-libs/sdl-mixer"
17
	media-libs/sdl-mixer"
18
18
19
src_unpack() {
20
	unpack ${A}
21
	cd "${S}"
22
	sed -i '/install/s/-s //' Makefile || die "sed failed"
23
}
24
19
src_compile() {
25
src_compile() {
20
	emake \
26
	emake \
27
		OPTIMIZE="${CFLAGS}" \
21
		prefix=/usr \
28
		prefix=/usr \
22
		bindir="${GAMES_BINDIR}" \
29
		bindir="${GAMES_BINDIR}" \
23
		datadir="${GAMES_DATADIR}" \
30
		datadir="${GAMES_DATADIR}" \

Return to bug 137718