diff options
Diffstat (limited to 'media-libs/openal/files')
-rw-r--r-- | media-libs/openal/files/openal-20051024-amd64-configure.patch | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/media-libs/openal/files/openal-20051024-amd64-configure.patch b/media-libs/openal/files/openal-20051024-amd64-configure.patch new file mode 100644 index 000000000000..62ba4f34bf8d --- /dev/null +++ b/media-libs/openal/files/openal-20051024-amd64-configure.patch @@ -0,0 +1,22 @@ +diff -urN openal-20051024.orig/linux/ChangeLog openal-20051024/linux/ChangeLog +--- openal-20051024.orig/linux/ChangeLog 2005-10-24 09:48:39.000000000 -0400 ++++ openal-20051024/linux/ChangeLog 2005-10-26 09:46:44.000000000 -0400 +@@ -1,3 +1,6 @@ ++2005-10-25 Prakash Punnoor <prakash@punnoor.de> ++ * linux/configure.ac: x86_64 related fix ++ + 2005-10-24 Prakash Punnoor <prakash@punnoor.de> + * linux/Makefile.in: (gentoo patch) install at correct dirs + +diff -urN openal-20051024.orig/linux/configure.ac openal-20051024/linux/configure.ac +--- openal-20051024.orig/linux/configure.ac 2005-10-24 09:48:39.000000000 -0400 ++++ openal-20051024/linux/configure.ac 2005-10-26 09:46:43.000000000 -0400 +@@ -239,6 +239,8 @@ + esac + fi + ;; ++ *x86_64*) ++ ;; + *) + ARCH_OBJS="\$(PORTABLE_OBJS)" + ;; |