]> git.pld-linux.org Git - packages/xine-lib.git/blob - xine-lib-configure.patch
- divx4linux is only for ix86 arch, but old libdivxdecore is for other archs
[packages/xine-lib.git] / xine-lib-configure.patch
1 diff -urN xine-lib-0.5.3/configure.in xine-lib-0.5.3.new/configure.in
2 --- xine-lib-0.5.3/configure.in Wed Sep  5 02:40:38 2001
3 +++ xine-lib-0.5.3.new/configure.in     Wed Sep 12 19:19:54 2001
4 @@ -374,7 +374,7 @@
5      ;;
6    *)
7      dnl Set the appropriate architecture define
8 -    case "$host_alias" in
9 +    case "$host" in
10      i?86-* | k?-* | athlon-*) dnl catch i386,i486,i586,i686,k6,k7
11  
12          dnl Check for gcc cpu optimization support
13 @@ -401,7 +401,7 @@
14          enable_ffmmx="yes"
15  
16         if test x"$sarchopt" != "xno"; then
17 -           [case "$host_alias" in
18 +           [case "$host" in
19                     i386-*) # *BSD return this even on a P III #-))
20                        GLOBAL_CFLAGS="$GLOBAL_CFLAGS $sarchopt=i386"
21                        DEBUG_CFLAGS="$DEBUG_CFLAGS $sarchopt=i386"
22 @@ -467,7 +467,7 @@
23          ;;
24  
25      sparc*-*-linux-*)
26 -        case $host_alias in
27 +        case $host in
28          sparc-*)
29              cpu_cflags="-mcpu=supersparc -mtune=supersparc"
30              ;;
This page took 0.029703 seconds and 3 git commands to generate.