|
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" \ |