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

(-)scummvm-0.9.1.ebuild (+2 lines)
Lines 45-50 Link Here
45
45
46
src_compile() {
46
src_compile() {
47
	local myconf="--backend=sdl" # x11 backend no worky (bug #83502)
47
	local myconf="--backend=sdl" # x11 backend no worky (bug #83502)
48
	
49
	myconf="${myconf} --datadir=${GAMES_DATADIR}"	# let the engine find its data files in the right place
48
50
49
	( use vorbis || use ogg ) \
51
	( use vorbis || use ogg ) \
50
		&& myconf="${myconf} --enable-vorbis" \
52
		&& myconf="${myconf} --enable-vorbis" \

Return to bug 178116