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

Collapse All | Expand All

(-)crystalspace-0.98.4.ebuild.orig (+6 lines)
Lines 36-41 Link Here
36
36
37
CRYSTAL_PREFIX="/opt/crystal"
37
CRYSTAL_PREFIX="/opt/crystal"
38
38
39
src_unpack() {
40
	unpack ${A}
41
	cd ${S}
42
	epatch ${FILESDIR}/glhandlearb-fix.diff
43
}
44
39
src_compile() {
45
src_compile() {
40
	./configure --prefix=${CRYSTAL_PREFIX} || die "configure failed"
46
	./configure --prefix=${CRYSTAL_PREFIX} || die "configure failed"
41
	jam all || die "compile failed"
47
	jam all || die "compile failed"

Return to bug 75702