summaryrefslogtreecommitdiff
path: root/security/pgp5/patches
diff options
context:
space:
mode:
authormjl <mjl>1999-05-25 23:27:03 +0000
committermjl <mjl>1999-05-25 23:27:03 +0000
commit8db63ad2df920864eee1af84194f4ab3bbb5e2e5 (patch)
tree96efc686cccbecc4c8696db166da5df3f9b4da42 /security/pgp5/patches
parent071d908154d75ed72715fcabe47eed92522a79b0 (diff)
downloadpkgsrc-8db63ad2df920864eee1af84194f4ab3bbb5e2e5.tar.gz
Add a patch that should make pgp5 work on alpha systems. Reported
by Kevin <kev@drule.org>.
Diffstat (limited to 'security/pgp5/patches')
-rw-r--r--security/pgp5/patches/patch-aj14
1 files changed, 14 insertions, 0 deletions
diff --git a/security/pgp5/patches/patch-aj b/security/pgp5/patches/patch-aj
new file mode 100644
index 00000000000..2a0e172e574
--- /dev/null
+++ b/security/pgp5/patches/patch-aj
@@ -0,0 +1,14 @@
+$NetBSD: patch-aj,v 1.1 1999/05/25 23:27:03 mjl Exp $
+
+--- lib/pgp/include/pgpUsuals.h.orig Wed May 26 00:58:50 1999
++++ lib/pgp/include/pgpUsuals.h Wed May 26 00:59:46 1999
+@@ -50,8 +50,7 @@
+ */
+ #if ULONG_MAX > 0xfffffffful
+ #if ULONG_MAX == 0xfffffffffffffffful
+-typedef ulong bnword64;
+-#define BNWORD64 bnword64
++typedef ulong word64;
+ #define HAVE64 1
+ #endif
+ #endif