Changeset View
Changeset View
Standalone View
Standalone View
multimedia/libxine/files/patch-configure
| --- configure.orig | --- configure.orig 2018-01-11 12:51:16 UTC | ||||
| +++ configure | +++ configure | ||||
| @@ -20349,7 +20349,7 @@ $as_echo "#define ARCH_SPARC /**/" >>con | @@ -21286,12 +21286,9 @@ $as_echo "#define ARCH_SPARC /**/" >>confdefs.h | ||||
| ;; | $as_echo "#define ARCH_X86_X32 /**/" >>confdefs.h | ||||
| - ;; | |||||
| + ;; | |||||
| - x86_64-*) | - x86_64-*) | ||||
| + x86_64-*|amd64-*) | - arch_x86=64 | ||||
| arch_x86=64 | - | ||||
| - | |||||
| +")") | |||||
| { $as_echo "$as_me:${as_lineno-$LINENO}: checking whether cpp macro __i386 is defined" >&5 | |||||
| $as_echo_n "checking whether cpp macro __i386 is defined... " >&6; } | |||||
| if ${my_cv_cpp_defined___i386+:} false; then : | |||||
| @@ -21752,7 +21749,7 @@ fi | |||||
| $as_echo "#define ARCH_X86_64 /**/" >>confdefs.h | |||||
tobik: This hunk does not apply. Deleting it will make the patch usable against libxine 1.2.9. | |||||
| @@ -20685,7 +20685,7 @@ fi | |||||
| if test "$sarchopt" != "no"; then | if test "$sarchopt" != "no"; then | ||||
| case "$host_or_hostalias" in | case "$host_or_hostalias" in | ||||
| - i386-*) archopt_val="i386" ;; | - i386-*) archopt_val="i386" ;; | ||||
| + i386-*) ;; | + i386-*) ;; | ||||
| i486-*) archopt_val="i486" ;; | i486-*) archopt_val="i486" ;; | ||||
| i586-*) archopt_val="pentium" ;; | i586-*) archopt_val="pentium" ;; | ||||
| pentium-mmx-*) archopt_val="pentium-mmx" ;; | pentium-mmx-*) archopt_val="pentium-mmx" ;; | ||||
| @@ -26280,7 +26280,7 @@ fi | @@ -28089,7 +28086,7 @@ fi | ||||
| if test x"$enable_dvb" != x"no"; then | if test x"$enable_dvb" != x"no"; then | ||||
| case "$host_os" in | case "$host_os" in | ||||
| - linux*) have_dvb=yes ;; | - linux*) have_dvb=yes ;; | ||||
| + linux*|freebsd*) have_dvb=yes ;; | + linux*|freebsd*) have_dvb=yes ;; | ||||
Done Inline ActionsDVB support on FreeBSD was patched in here. tobik: DVB support on FreeBSD was patched in here. | |||||
| *) have_dvb=no ;; | *) have_dvb=no ;; | ||||
| esac | esac | ||||
| if test x"$hard_enable_dvb" = x"yes" && test x"$have_dvb" != x"yes"; then | if test x"$hard_enable_dvb" = x"yes" && test x"$have_dvb" != x"yes"; then | ||||
This hunk does not apply. Deleting it will make the patch usable against libxine 1.2.9.