summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pycrypto/files/pycrypto-2.0.1-ia64.patch')
-rw-r--r--dev-python/pycrypto/files/pycrypto-2.0.1-ia64.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/dev-python/pycrypto/files/pycrypto-2.0.1-ia64.patch b/dev-python/pycrypto/files/pycrypto-2.0.1-ia64.patch
new file mode 100644
index 000000000000..e07fc6c5fb20
--- /dev/null
+++ b/dev-python/pycrypto/files/pycrypto-2.0.1-ia64.patch
@@ -0,0 +1,11 @@
+--- src/RIPEMD.c.agriffis 2006-02-01 10:23:31.000000000 -0500
++++ src/RIPEMD.c 2006-02-01 10:23:38.000000000 -0500
+@@ -100,7 +100,7 @@
+ }
+
+ typedef unsigned char byte; /* unsigned 8-bit integer */
+-#ifdef __alpha__
++#if defined(__alpha__) || defined(__ia64__)
+ typedef unsigned int word; /* unsigned 32-bit integer */
+ #elif defined(__amd64__)
+ typedef uint32_t word; /* unsigned 32-bit integer */