[games-fps/urbanterror] Some fixes.
Fixes a regression I introduced in commit f45de05215cc3c5227585ffbf1e1085daa342194: Fixes some other choices to make sense (_DL_OPEN if USE is actually set) modified: urbanterror-9999.ebuild
This commit is contained in:
parent
226689a040
commit
dadec3a01e
@ -63,16 +63,16 @@ src_compile() {
|
||||
BUILD_STANDALONE=1 \
|
||||
SERVERBIN="Quake3-UrT-Ded" \
|
||||
CLIENTBIN="Quake3-UrT" \
|
||||
USE_RENDERER_DLOPEN=1 \
|
||||
USE_RENDERER_DLOPEN=0 \
|
||||
USE_YACC=0 \
|
||||
BASEGAME="q3ut4"\
|
||||
BASEGAME_CFLAGS="${CFLAGS}" \
|
||||
USE_SDL=$(buildit sdl) \
|
||||
USE_SDL_DLOPEN=$(buildit sdl) \
|
||||
USE_OPENAL=$(buildit openal) \
|
||||
USE_OPENAL_DLOPEN=1 \
|
||||
USE_OPENAL_DLOPEN=$(buildit openal) \
|
||||
USE_CURL=$(buildit curl) \
|
||||
USE_CURL_DLOPEN=1 \
|
||||
USE_CURL_DLOPEN=$(buildit curl) \
|
||||
USE_CODEC_VORBIS=$(buildit vorbis) \
|
||||
USE_CODEC_OPUS=$(buildit opus) \
|
||||
USE_MUMBLE=$(buildit mumble) \
|
||||
|
Loading…
x
Reference in New Issue
Block a user