summaryrefslogtreecommitdiff
path: root/security
diff options
context:
space:
mode:
Diffstat (limited to 'security')
-rw-r--r--security/p5-Crypt-IDEA/patches/patch-ac12
1 files changed, 12 insertions, 0 deletions
diff --git a/security/p5-Crypt-IDEA/patches/patch-ac b/security/p5-Crypt-IDEA/patches/patch-ac
new file mode 100644
index 00000000000..4a648718bf6
--- /dev/null
+++ b/security/p5-Crypt-IDEA/patches/patch-ac
@@ -0,0 +1,12 @@
+$NetBSD: patch-ac,v 1.1 2005/05/28 00:38:38 heinz Exp $
+
+--- idea.h.orig Sat May 22 22:30:47 1999
++++ idea.h
+@@ -1,4 +1,7 @@
+ #include <sys/types.h>
++#if defined(__sun)
++typedef uint16_t u_int16_t;
++#endif
+
+ #define IDEA_KS_SIZE 104
+