]> git.pld-linux.org Git - packages/beecrypt.git/blob - beecrypt-lib64_fix.patch
- fix python sitedir path - distutils.sysconfig.get_python_lib() points at
[packages/beecrypt.git] / beecrypt-lib64_fix.patch
1 --- beecrypt-4.0.0/configure.ac.orig    2004-08-01 00:35:37.613627784 +0200
2 +++ beecrypt-4.0.0/configure.ac 2004-08-01 00:44:57.718478904 +0200
3 @@ -596,7 +596,7 @@
4  case $target_os in
5  linux*)
6    case $bc_target_arch in
7 -  alpha* | powerpc64 | s390x | x86_64)
8 +  sparc64 | powerpc64 | s390x | x86_64)
9      bc_libalt="64"
10      ;;
11    esac
This page took 0.384069 seconds and 3 git commands to generate.