]> git.pld-linux.org Git - packages/beecrypt.git/blob - beecrypt-lib64_fix.patch
- updated for 4.1.0
[packages/beecrypt.git] / beecrypt-lib64_fix.patch
1 diff -urN beecrypt-4.1.0.org/configure.ac beecrypt-4.1.0/configure.ac
2 --- beecrypt-4.1.0.org/configure.ac     2004-11-17 20:05:37.000000000 +0100
3 +++ beecrypt-4.1.0/configure.ac 2004-11-18 15:20:28.433531355 +0100
4 @@ -601,7 +601,7 @@
5  case $target_os in
6  linux*)
7    case $bc_target_arch in
8 -  powerpc64 | s390x | x86_64)
9 +  sparc64 | powerpc64 | s390x | x86_64)
10      bc_libalt="64"
11      ;;
12    esac
This page took 0.040126 seconds and 3 git commands to generate.