]> git.pld-linux.org Git - packages/ac3dec.git/blob - ac3dec-amd64.patch
- try this way
[packages/ac3dec.git] / ac3dec-amd64.patch
1 --- ac3dec-0.6.1.orig/configure.in      2000-03-30 02:51:24.000000000 +0200
2 +++ ac3dec-0.6.1/configure.in   2004-08-10 21:10:37.999885824 +0200
3 @@ -27,6 +27,7 @@
4  dnl Set the appropriate architecture define
5  case "$host" in
6  i?86-*) AC_DEFINE(__i386__);;
7 +x86_64-*) AC_DEFINE(__i386__);;
8  alpha*-*) AC_DEFINE(__alpha__);;
9  sparc-*) AC_DEFINE(__sparc__);;
10  ppc-*) AC_DEFINE(__ppc__);;
This page took 0.075049 seconds and 3 git commands to generate.