]> git.pld-linux.org Git - packages/ac3dec.git/commitdiff
- try to enable amd64
authorhavner <havner@pld-linux.org>
Tue, 10 Aug 2004 19:12:27 +0000 (19:12 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ac3dec-amd64.patch -> 1.1

ac3dec-amd64.patch [new file with mode: 0644]

diff --git a/ac3dec-amd64.patch b/ac3dec-amd64.patch
new file mode 100644 (file)
index 0000000..a62103e
--- /dev/null
@@ -0,0 +1,10 @@
+--- ac3dec-0.6.1.orig/configure.in     2000-03-30 02:51:24.000000000 +0200
++++ ac3dec-0.6.1/configure.in  2004-08-10 21:10:37.999885824 +0200
+@@ -27,6 +27,7 @@
+ dnl Set the appropriate architecture define
+ case "$host" in
+ i?86-*) AC_DEFINE(__i386__);;
++x86_64-*) AC_DEFINE(__x86_64__);;
+ alpha*-*) AC_DEFINE(__alpha__);;
+ sparc-*) AC_DEFINE(__sparc__);;
+ ppc-*) AC_DEFINE(__ppc__);;
This page took 1.273927 seconds and 4 git commands to generate.