diff options
Diffstat (limited to 'dev-libs/libgcrypt/files/libgcrypt-1.5.0-x32.patch')
-rw-r--r-- | dev-libs/libgcrypt/files/libgcrypt-1.5.0-x32.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-libs/libgcrypt/files/libgcrypt-1.5.0-x32.patch b/dev-libs/libgcrypt/files/libgcrypt-1.5.0-x32.patch new file mode 100644 index 000000000000..5d39346844bf --- /dev/null +++ b/dev-libs/libgcrypt/files/libgcrypt-1.5.0-x32.patch @@ -0,0 +1,10 @@ +http://lists.gnupg.org/pipermail/gcrypt-devel/2012-September/001979.html +https://bugs.gentoo.org/427726 + +--- mpi/amd64/mpi-asm-defs.h ++++ mpi/amd64/mpi-asm-defs.h +@@ -0,0 +1,4 @@ ++/* This file defines some basic constants for the MPI machinery. We ++ * need to define the types on a per-CPU basis, so it is done with ++ * this file here. */ ++#define BYTES_PER_MPI_LIMB 8 |