blob: e72f9450238aaf78e12e314cb324529ab9face9c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig
+++ configure
@@ -26197,7 +26197,7 @@ fi
if test x"$enable_dvb" != x"no"; then
case "$host_os" in
- linux*) have_dvb=yes ;;
+ linux*|freebsd*) have_dvb=yes ;;
*) have_dvb=no ;;
esac
if test x"$hard_enable_dvb" = x"yes" && test x"$have_dvb" != x"yes"; then
|