comparison configure @ 26251:c43a3eb22369

some more DragonFly BSD changes, patch by Hasso Tepper, hasso estpak ee
author diego
date Thu, 27 Mar 2008 11:18:09 +0000
parents 83e813ecc187
children 99fd78772519
comparison
equal deleted inserted replaced
26250:0c80745883c1 26251:c43a3eb22369
6816 _def_tv='#undef USE_TV' 6816 _def_tv='#undef USE_TV'
6817 fi 6817 fi
6818 echores "$_tv" 6818 echores "$_tv"
6819 6819
6820 6820
6821 if freebsd || netbsd || openbsd || bsdos ; then 6821 if freebsd || netbsd || openbsd || dragonfly || bsdos ; then
6822 echocheck "*BSD BT848 bt8xx header" 6822 echocheck "*BSD BT848 bt8xx header"
6823 _ioctl_bt848_h=no 6823 _ioctl_bt848_h=no
6824 for file in "machine/ioctl_bt848.h" \ 6824 for file in "machine/ioctl_bt848.h" \
6825 "dev/bktr/ioctl_bt848.h" \ 6825 "dev/bktr/ioctl_bt848.h" \
6826 "dev/video/bktr/ioctl_bt848.h" \ 6826 "dev/video/bktr/ioctl_bt848.h" \
6904 else 6904 else
6905 _def_tv_bsdbt848='#undef HAVE_TV_BSDBT848' 6905 _def_tv_bsdbt848='#undef HAVE_TV_BSDBT848'
6906 _noinputmodules="tv-bsdbt848 $_noinputmodules" 6906 _noinputmodules="tv-bsdbt848 $_noinputmodules"
6907 fi 6907 fi
6908 echores "$_tv_bsdbt848" 6908 echores "$_tv_bsdbt848"
6909 fi #if freebsd || netbsd || openbsd || bsdos 6909 fi #if freebsd || netbsd || openbsd || dragonfly || bsdos
6910 6910
6911 6911
6912 echocheck "DirectShow TV interface" 6912 echocheck "DirectShow TV interface"
6913 if test "$_tv_dshow" = auto ; then 6913 if test "$_tv_dshow" = auto ; then
6914 _tv_dshow=no 6914 _tv_dshow=no
7065 else 7065 else
7066 _def_radio_v4l='#undef HAVE_RADIO_V4L' 7066 _def_radio_v4l='#undef HAVE_RADIO_V4L'
7067 fi 7067 fi
7068 echores "$_radio_v4l" 7068 echores "$_radio_v4l"
7069 7069
7070 if freebsd || netbsd || openbsd || bsdos \ 7070 if freebsd || netbsd || openbsd || dragonfly || bsdos \
7071 && test "$_radio" = yes && test "$_radio_bsdbt848" = auto ; then 7071 && test "$_radio" = yes && test "$_radio_bsdbt848" = auto ; then
7072 echocheck "*BSD BrookTree 848 Radio interface" 7072 echocheck "*BSD BrookTree 848 Radio interface"
7073 _radio_bsdbt848=no 7073 _radio_bsdbt848=no
7074 cat > $TMPC <<EOF 7074 cat > $TMPC <<EOF
7075 #include <sys/types.h> 7075 #include <sys/types.h>
7082 return 0; 7082 return 0;
7083 } 7083 }
7084 EOF 7084 EOF
7085 cc_check && _radio_bsdbt848=yes 7085 cc_check && _radio_bsdbt848=yes
7086 echores "$_radio_bsdbt848" 7086 echores "$_radio_bsdbt848"
7087 fi #if freebsd || netbsd || openbsd || bsdos && _radio && _radio_bsdbt848 7087 fi #if freebsd || netbsd || openbsd || dragonfly || bsdos && _radio && _radio_bsdbt848
7088 7088
7089 if test "$_radio_bsdbt848" = yes ; then 7089 if test "$_radio_bsdbt848" = yes ; then
7090 _def_radio_bsdbt848='#define HAVE_RADIO_BSDBT848 1' 7090 _def_radio_bsdbt848='#define HAVE_RADIO_BSDBT848 1'
7091 else 7091 else
7092 _def_radio_bsdbt848='#undef HAVE_RADIO_BSDBT848' 7092 _def_radio_bsdbt848='#undef HAVE_RADIO_BSDBT848'
7454 7454
7455 7455
7456 # Dynamic linking flags 7456 # Dynamic linking flags
7457 # (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly) 7457 # (FIXME: 'echocheck "dynamic linking"' above and modify here accordingly)
7458 _ld_dl_dynamic='' 7458 _ld_dl_dynamic=''
7459 freebsd || netbsd || openbsd || bsdos && _ld_dl_dynamic='-rdynamic' 7459 freebsd || netbsd || openbsd || dragonfly || bsdos && _ld_dl_dynamic='-rdynamic'
7460 if test "$_real" = yes || test "$_xanim" = yes && ! win32 && ! qnx && ! darwin && ! os2 ; then 7460 if test "$_real" = yes || test "$_xanim" = yes && ! win32 && ! qnx && ! darwin && ! os2 ; then
7461 _ld_dl_dynamic='-rdynamic' 7461 _ld_dl_dynamic='-rdynamic'
7462 fi 7462 fi
7463 7463
7464 _ld_extra="$_ld_extra $_ld_pthread $_ld_dl $_ld_dl_dynamic" 7464 _ld_extra="$_ld_extra $_ld_pthread $_ld_dl $_ld_dl_dynamic"