summaryrefslogtreecommitdiffstats
path: root/meta/packages/beecrypt/beecrypt/x64fix.patch
diff options
context:
space:
mode:
Diffstat (limited to 'meta/packages/beecrypt/beecrypt/x64fix.patch')
-rw-r--r--meta/packages/beecrypt/beecrypt/x64fix.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/meta/packages/beecrypt/beecrypt/x64fix.patch b/meta/packages/beecrypt/beecrypt/x64fix.patch
new file mode 100644
index 0000000000..9ee75c1404
--- /dev/null
+++ b/meta/packages/beecrypt/beecrypt/x64fix.patch
@@ -0,0 +1,20 @@
1Index: beecrypt-3.1.0/configure.ac
2===================================================================
3--- beecrypt-3.1.0.orig/configure.ac 2008-08-16 12:08:02.000000000 +0100
4+++ beecrypt-3.1.0/configure.ac 2008-08-16 12:08:26.000000000 +0100
5@@ -754,15 +754,6 @@
6
7 # Check where to install the libraries
8 bc_libalt=
9-case $target_os in
10-linux*)
11- case $bc_target_arch in
12- alpha* | powerpc64 | s390x | x86_64)
13- bc_libalt="64"
14- ;;
15- esac
16- ;;
17-esac
18 AC_SUBST(LIBALT,$bc_libalt)
19
20 # Generate output files.