summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefan Jones <cretin@gentoo.org>2004-04-12 19:19:01 +0000
committerStefan Jones <cretin@gentoo.org>2004-04-12 19:19:01 +0000
commit5f6a05f56b713dbb5eacefbd0d780fb76905d2f8 (patch)
treeb7bf9686ee7c729bac355a01a326aea9c4f61bbc /dev-libs/beecrypt/files
parentinitial commit, base profile for stacking (diff)
downloadgentoo-2-5f6a05f56b713dbb5eacefbd0d780fb76905d2f8.tar.gz
gentoo-2-5f6a05f56b713dbb5eacefbd0d780fb76905d2f8.tar.bz2
gentoo-2-5f6a05f56b713dbb5eacefbd0d780fb76905d2f8.zip
Fix athlon in mcpu or march, #47592
Diffstat (limited to 'dev-libs/beecrypt/files')
-rw-r--r--dev-libs/beecrypt/files/beecrypt-3.1.0-athlon.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-libs/beecrypt/files/beecrypt-3.1.0-athlon.diff b/dev-libs/beecrypt/files/beecrypt-3.1.0-athlon.diff
new file mode 100644
index 000000000000..148d473747a5
--- /dev/null
+++ b/dev-libs/beecrypt/files/beecrypt-3.1.0-athlon.diff
@@ -0,0 +1,11 @@
+--- beecrypt-3.1.0/configure.ac.jj 2004-04-12 19:26:45.564165896 +0100
++++ beecrypt-3.1.0/configure.ac 2004-04-12 19:26:55.282688456 +0100
+@@ -654,7 +654,7 @@
+ CPPFLAGS="$CPPFLAGS -DOPTIMIZE_ARM"
+ ;;
+ athlon*)
+- CPPFLAGS="$CPPFLAGS -DOPTIMIZE_I386 -DOPTIMIZE_MMX"
++ CPPFLAGS="$CPPFLAGS -DOPTIMIZE_I686 -DOPTIMIZE_MMX"
+ ;;
+ i386)
+ CPPFLAGS="$CPPFLAGS -DOPTIMIZE_I386"