Ticket #8481: scummvm-configure-touchups.patch
File scummvm-configure-touchups.patch, 1.7 KB (added by , 19 years ago) |
---|
-
configure
old new 314 314 --disable-vorbis disable Ogg Vorbis support [autodetect] 315 315 316 316 --with-tremor-prefix=DIR Prefix where tremor is installed (optional) 317 --disable-tremor 317 --disable-tremor disable tremor support [autodetect] 318 318 319 319 --with-mad-prefix=DIR Prefix where libmad is installed (optional) 320 320 --disable-mad disable libmad (MP3) support [autodetect] 321 321 322 322 --with-flac-prefix=DIR Prefix where libFLAC is installed (optional) 323 323 --disable-flac disable FLAC support [autodetect] 324 324 … … 337 337 --disable-nasm disable assembly language optimizations [autodetect] 338 338 339 339 Some influential environment variables: 340 LDFLAGS 341 342 CXX 343 CXXFLAGS 344 CPPFLAGS 345 340 LDFLAGS linker flags, e.g. -L<lib dir> if you have libraries in a 341 nonstandard directory <lib dir> 342 CXX C++ compiler command 343 CXXFLAGS C++ compiler flags 344 CPPFLAGS C++ preprocessor flags, e.g. -I<include dir> if you have 345 headers in a nonstandard directory <include dir> 346 346 347 347 EOF 348 348 exit 0 … … 430 430 ZLIB_LIBS="-L$_prefix/lib" 431 431 ;; 432 432 --backend=*) 433 _backend=`echo $ac_option | cut -d '=' -f 2` 433 _backend=`echo $ac_option | cut -d '=' -f2` 434 ;; 435 --enable-debug) 436 # debug is enabled by default 434 437 ;; 435 438 --disable-debug) 436 439 DEBFLAGS=""