--- scummvm-0.9.1.ebuild 2007-03-12 15:35:43.000000000 +0100 +++ scummvm-0.9.1-r1.ebuild 2007-05-12 00:14:11.000000000 +0200 @@ -45,6 +45,8 @@ src_compile() { local myconf="--backend=sdl" # x11 backend no worky (bug #83502) + + myconf="${myconf} --datadir=${GAMES_DATADIR}" # let the engine find its data files in the right place ( use vorbis || use ogg ) \ && myconf="${myconf} --enable-vorbis" \