comparison configure @ 5880:a04a7dc31ebb

openbsd updates by Bj«Órn Sandell <biorn@dce.chalmers.se>
author arpi
date Sun, 28 Apr 2002 01:30:04 +0000
parents 02576893af2a
children febfa0a1d322
comparison
equal deleted inserted replaced
5879:d2941f563a6d 5880:a04a7dc31ebb
3507 test "$_xanim" = yes && _ld_dl_dynamic='-rdynamic' 3507 test "$_xanim" = yes && _ld_dl_dynamic='-rdynamic'
3508 3508
3509 _ld_arch="$_ld_arch $_ld_pthread $_ld_dl $_ld_dl_dynamic" 3509 _ld_arch="$_ld_arch $_ld_pthread $_ld_dl $_ld_dl_dynamic"
3510 bsdos && _ld_arch="$_ld_arch -ldvd" 3510 bsdos && _ld_arch="$_ld_arch -ldvd"
3511 netbsd && _ld_arch="$_ld_arch -li386 -lossaudio" 3511 netbsd && _ld_arch="$_ld_arch -li386 -lossaudio"
3512 openbsd && _ld_arch="$_ld_arch -li386 -lossaudio"
3512 3513
3513 _def_debug='#undef MP_DEBUG' 3514 _def_debug='#undef MP_DEBUG'
3514 test "$_debug" && _def_debug='#define MP_DEBUG 1' 3515 test "$_debug" && _def_debug='#define MP_DEBUG 1'
3515 3516
3516 _def_linux='#undef TARGET_LINUX' 3517 _def_linux='#undef TARGET_LINUX'