]> git.pld-linux.org Git - packages/beecrypt.git/blame - beecrypt-opt.patch
- don't move libraries to proper libdir but make them compile and install with proper...
[packages/beecrypt.git] / beecrypt-opt.patch
CommitLineData
b88d35e4
AF
1--- beecrypt-3.0.0pre/configure.ac.wiget 2003-06-10 23:32:46.000000000 +0200
2+++ beecrypt-3.0.0pre/configure.ac 2003-06-11 00:34:19.000000000 +0200
3@@ -649,7 +649,7 @@
d97ff880
JB
4 CPPFLAGS="$CPPFLAGS -DOPTIMIZE_ARM"
5 ;;
6 athlon*)
b88d35e4
AF
7- CPPFLAGS="$CPPFLAGS -DOPTIMIZE_I386 -DOPTIMIZE_MMX"
8+ CPPFLAGS="$CPPFLAGS -DOPTIMIZE_I686 -DOPTIMIZE_MMX"
d97ff880
JB
9 ;;
10 i386)
11 CPPFLAGS="$CPPFLAGS -DOPTIMIZE_I386"
b88d35e4
AF
12--- beecrypt-3.0.0pre/acinclude.m4.wiget 2003-06-10 23:32:34.000000000 +0200
13+++ beecrypt-3.0.0pre/acinclude.m4 2003-06-11 00:33:24.000000000 +0200
14@@ -288,7 +288,7 @@
d97ff880
JB
15 CFLAGS="$CFLAGS -O3 -fomit-frame-pointer"
16 case $bc_target_cpu in
17 athlon*)
18- CFLAGS="$CFLAGS -mcpu=pentiumpro";
19+ CFLAGS="$CFLAGS -mcpu=$bc_target_cpu";
20 ;;
21 i586)
22 CFLAGS="$CFLAGS -mcpu=pentium"
This page took 0.056773 seconds and 4 git commands to generate.