blob: 05d52d8a2e801e80ea999ae543dcefb3c4437f8c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
--- configure.orig 2022-03-09 13:16:43 UTC
+++ configure
@@ -21806,7 +21806,7 @@ $as_echo "#define ARCH_X86_X32 /**/" >>confdefs.h
;;
- x86_64-*)
+ x86_64-*|amd64-*)
arch_x86=64
@@ -22270,7 +22270,7 @@ fi
if test "$sarchopt" != "no"; then
case "$host_or_hostalias" in
- i386-*) archopt_val="i386" ;;
+ i386-*) ;;
i486-*) archopt_val="i486" ;;
i586-*) archopt_val="pentium" ;;
pentium-mmx-*) archopt_val="pentium-mmx" ;;
@@ -29561,7 +29561,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
|