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 (-3 / +6 lines)
Line  Link Here
0
-- games-engines/gargoyle/gargoyle-2011.1.ebuild
0
++ games-engines/gargoyle/gargoyle-2011.1.ebuild
Lines 10-16 Link Here
10
# don't apply. (Fonts are installed through dependencies instead.)
10
# don't apply. (Fonts are installed through dependencies instead.)
11
11
12
EAPI=3
12
EAPI=3
13
inherit eutils multiprocessing games
13
inherit eutils multiprocessing toolchain-funcs games
14
14
15
DESCRIPTION="An Interactive Fiction (IF) player supporting all major formats"
15
DESCRIPTION="An Interactive Fiction (IF) player supporting all major formats"
16
HOMEPAGE="http://ccxvii.net/gargoyle/"
16
HOMEPAGE="http://ccxvii.net/gargoyle/"
Lines 33-39 Link Here
33
33
34
DEPEND="${RDEPEND}
34
DEPEND="${RDEPEND}
35
	app-arch/unzip
35
	app-arch/unzip
36
	dev-util/ftjam"
36
	dev-util/ftjam
37
	virtual/pkgconfig"
37
38
38
src_prepare() {
39
src_prepare() {
39
	# Substitute custom CFLAGS/LDFLAGS.
40
	# Substitute custom CFLAGS/LDFLAGS.
Lines 56-64 Link Here
56
57
57
src_compile() {
58
src_compile() {
58
	jam \
59
	jam \
60
		-sAR="$(tc-getAR) cru" \
59
		-sGARGLKINI="${GAMES_SYSCONFDIR}/garglk.ini" \
61
		-sGARGLKINI="${GAMES_SYSCONFDIR}/garglk.ini" \
60
		-sUSESDL=yes \
62
		-sUSESDL=yes \
61
		-sBUNDLEFONTS=no \
63
		-sBUNDLEFONTS=no \
64
		-dx \
62
		-j$(makeopts_jobs) || die
65
		-j$(makeopts_jobs) || die
63
}
66
}
64
67

Return to bug 432178