diff options
author | Sandro Bonazzola <sanchan@gentoo.org> | 2006-10-24 19:36:34 +0000 |
---|---|---|
committer | Sandro Bonazzola <sanchan@gentoo.org> | 2006-10-24 19:36:34 +0000 |
commit | 4750e9f6c805cb15524a39d14568b54a27260054 (patch) | |
tree | 7960fe93c2088eab90cd03899c01c45762be160d /dev-libs/beecrypt/files | |
parent | Version bump, thanks to Jack Lloyd, added executable stack fix, closes bug#14... (diff) | |
download | gentoo-2-4750e9f6c805cb15524a39d14568b54a27260054.tar.gz gentoo-2-4750e9f6c805cb15524a39d14568b54a27260054.tar.bz2 gentoo-2-4750e9f6c805cb15524a39d14568b54a27260054.zip |
Fix multilib issues, see bug #152689.
(Portage version: 2.1.2_pre3-r7)
Diffstat (limited to 'dev-libs/beecrypt/files')
-rw-r--r-- | dev-libs/beecrypt/files/beecrypt-4.1.2-build.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-libs/beecrypt/files/beecrypt-4.1.2-build.patch b/dev-libs/beecrypt/files/beecrypt-4.1.2-build.patch index fddcc047b2e0..144134bd11ae 100644 --- a/dev-libs/beecrypt/files/beecrypt-4.1.2-build.patch +++ b/dev-libs/beecrypt/files/beecrypt-4.1.2-build.patch @@ -111,6 +111,16 @@ diff -urNp beecrypt-4.1.2.org/configure.ac beecrypt-4.1.2/configure.ac ;; x86_64) CPPFLAGS="$CPPFLAGS -DOPTIMIZE_X86_64" +@@ -612,7 +612,7 @@ + case $target_os in + linux*) + case $bc_target_arch in +- powerpc64 | s390x | x86_64) ++ powerpc64 | s390x | x86_64 | athlon64 | athlon-fx | em64t | k8) + bc_libalt="64" + ;; + esac + diff -urNp beecrypt-4.1.2.org/gas/x86.m4 beecrypt-4.1.2/gas/x86.m4 --- beecrypt-4.1.2.org/gas/x86.m4 2004-06-13 14:37:28.000000000 +0300 +++ beecrypt-4.1.2/gas/x86.m4 2006-10-23 22:05:14.000000000 +0200 |