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

Collapse All | Expand All

(-)file_not_specified_in_diff (-1 / +3 lines)
Line  Link Here
0
-- games-engines/gargoyle/gargoyle-2011.1.ebuild
0
++ games-engines/gargoyle/gargoyle-2011.1.ebuild
Lines 56-64 Link Here
56
56
57
src_compile() {
57
src_compile() {
58
	jam \
58
	jam \
59
		-sAR="$(tc-getAR) cru" \
59
		-sGARGLKINI="${GAMES_SYSCONFDIR}/garglk.ini" \
60
		-sGARGLKINI="${GAMES_SYSCONFDIR}/garglk.ini" \
60
		-sUSESDL=yes \
61
		-sUSESDL=yes \
61
		-sBUNDLEFONTS=no \
62
		-sBUNDLEFONTS=no \
63
		-dx \
62
		-j$(makeopts_jobs) || die
64
		-j$(makeopts_jobs) || die
63
}
65
}
64
66

Return to bug 432178