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

(-)drscheme-301-r2.ebuild.orig (+9 lines)
Lines 36-41 Link Here
36
36
37
	epatch "${FILESDIR}/${P}-fPIC.patch"
37
	epatch "${FILESDIR}/${P}-fPIC.patch"
38
	epatch "${FILESDIR}/${P}-no-setfont.patch"
38
	epatch "${FILESDIR}/${P}-no-setfont.patch"
39
40
	if ! use opengl ; then
41
		# move aside the opengl-dependent stuff or install will fail
42
		mkdir collects-disabled
43
		mv collects/sgl collects-disabled
44
		for DIR in gobblet checkers jewel gl-board-game ; do
45
			mv collects/games/$DIR collects-disabled/$DIR
46
		done
47
	fi
39
}
48
}
40
49
41
src_compile() {
50
src_compile() {

Return to bug 128635