]> git.pld-linux.org Git - packages/ac3dec.git/commitdiff
- fix for compiling on ppc
authormarcus <marcus@pld-linux.org>
Fri, 12 Apr 2002 23:59:14 +0000 (23:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    ac3dec-ppc.patch -> 1.1

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

diff --git a/ac3dec-ppc.patch b/ac3dec-ppc.patch
new file mode 100644 (file)
index 0000000..6c86cee
--- /dev/null
@@ -0,0 +1,11 @@
+diff -uNr ac3dec-0.6.1.orig/configure.in ac3dec-0.6.1/configure.in
+--- ac3dec-0.6.1.orig/configure.in     Fri Apr 12 23:53:13 2002
++++ ac3dec-0.6.1/configure.in  Fri Apr 12 23:53:51 2002
+@@ -30,6 +30,7 @@
+ alpha*-*) AC_DEFINE(__alpha__);;
+ sparc-*) AC_DEFINE(__sparc__);;
+ ppc-*) AC_DEFINE(__ppc__);;
++powerpc-*) AC_DEFINE(__ppc__);;
+ *) echo "$host is not currently supported by ac3dec"; exit 1;;
+ esac
This page took 0.064993 seconds and 4 git commands to generate.