summaryrefslogtreecommitdiff
path: root/security/p5-Crypt-IDEA
diff options
context:
space:
mode:
authorheinz <heinz>2005-05-28 00:38:38 +0000
committerheinz <heinz>2005-05-28 00:38:38 +0000
commit646ae8e8265776c7f79bc603786f00fd21218e43 (patch)
treee1f04eb702522be393299e73fbc5b754f2c78c92 /security/p5-Crypt-IDEA
parentcd9c04de112db07858c5a5d3d6177285d56b5969 (diff)
downloadpkgsrc-646ae8e8265776c7f79bc603786f00fd21218e43.tar.gz
Fixed type error on Solaris (tested with Solaris 9).
Diffstat (limited to 'security/p5-Crypt-IDEA')
-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
+