forked from Lainports/opnsense-ports
29 lines
965 B
Text
29 lines
965 B
Text
--- configure.orig 2018-01-11 12:51:16 UTC
|
|
+++ configure
|
|
@@ -21288,7 +21288,7 @@ $as_echo "#define ARCH_X86_X32 /**/" >>confdefs.h
|
|
|
|
;;
|
|
|
|
- x86_64-*)
|
|
+ x86_64-*|amd64-*)
|
|
arch_x86=64
|
|
|
|
|
|
@@ -21752,7 +21752,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" ;;
|
|
@@ -28089,7 +28089,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
|