]> git.pld-linux.org Git - packages/beecrypt.git/blob - beecrypt-opt.patch
- fix python sitedir path - distutils.sysconfig.get_python_lib() points at
[packages/beecrypt.git] / beecrypt-opt.patch
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 @@
4      CPPFLAGS="$CPPFLAGS -DOPTIMIZE_ARM"
5      ;;
6    athlon*)
7 -    CPPFLAGS="$CPPFLAGS -DOPTIMIZE_I386 -DOPTIMIZE_MMX"
8 +    CPPFLAGS="$CPPFLAGS -DOPTIMIZE_I686 -DOPTIMIZE_MMX"
9      ;;
10    i386)
11      CPPFLAGS="$CPPFLAGS -DOPTIMIZE_I386"
12 --- beecrypt-4.0.0/acinclude.m4.orig    2004-07-26 07:47:08.000000000 +0200
13 +++ beecrypt-4.0.0/acinclude.m4 2004-08-01 00:35:07.223247824 +0200
14 @@ -442,7 +442,7 @@
15      if test "$bc_cv_c_aggressive_opt" = yes; then
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"
23 @@ -454,7 +454,7 @@
24          # no -mcpu=... option on ia64
25          ;;
26        pentium*)
27 -        CFLAGS="$CFLAGS -mcpu=$bc_target_arch"
28 +        CFLAGS="$CFLAGS -mcpu=$bc_target_cpu"
29          ;;
30        esac
31        # Architecture-specific optimizations
32 @@ -534,7 +534,7 @@
33      if test "$bc_cv_c_aggressive_opt" = yes; then
34        case $bc_target_cpu in
35        athlon*)
36 -        CXXFLAGS="$CXXFLAGS -mcpu=pentiumpro";
37 +        CXXFLAGS="$CXXFLAGS -mcpu=$bc_target_cpu";
38          ;;
39        i586)
40          CXXFLAGS="$CXXFLAGS -mcpu=pentium"
41 @@ -546,7 +546,7 @@
42          # no -mcpu=... option on ia64
43          ;;
44        pentium*)
45 -        CXXFLAGS="$CXXFLAGS -mcpu=$bc_target_arch"
46 +        CXXFLAGS="$CXXFLAGS -mcpu=$bc_target_cpu"
47          ;;
48        esac
49        # Architecture-specific optimizations
This page took 0.067834 seconds and 3 git commands to generate.