diff options
author | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-26 14:06:41 +0000 |
---|---|---|
committer | Chris Gianelloni <wolf31o2@gentoo.org> | 2005-10-26 14:06:41 +0000 |
commit | e442636c265811974bc3534139d3c40e6afd3bcd (patch) | |
tree | 6c45e66f8a60382633fe574adeef387d4e4b4650 /media-libs/openal/files | |
parent | Added new version (bug #110237) (diff) | |
download | gentoo-2-e442636c265811974bc3534139d3c40e6afd3bcd.tar.gz gentoo-2-e442636c265811974bc3534139d3c40e6afd3bcd.tar.bz2 gentoo-2-e442636c265811974bc3534139d3c40e6afd3bcd.zip |
Fixing configure on amd64 and resolving bug #110270.
(Portage version: 2.0.53_rc6)
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)" + ;; |