summaryrefslogtreecommitdiff
path: root/security/pgpin/files/patch-md5.h
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2003-07-06 02:31:59 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2003-07-06 02:31:59 +0000
commit18e0359d90e62569f7a97c1a927b4510c33f940a (patch)
tree1bb37d02b1c193faee1d42e03d73fb0dd29c5a3c /security/pgpin/files/patch-md5.h
parentUpdate to ToME 2.2.1 (diff)
- Unbreak for amd64
Diffstat (limited to 'security/pgpin/files/patch-md5.h')
-rw-r--r--security/pgpin/files/patch-md5.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/pgpin/files/patch-md5.h b/security/pgpin/files/patch-md5.h
index 9e6bd44eafc3..abfbdbe27b59 100644
--- a/security/pgpin/files/patch-md5.h
+++ b/security/pgpin/files/patch-md5.h
@@ -5,7 +5,7 @@
#define MD5_H
-#ifdef __alpha
-+#if defined(__alpha) || defined(__sparc64__) || defined(__ia64__)
++#if defined(__alpha) || defined(__sparc64__) || defined(__ia64__) || defined(__amd64__)
typedef unsigned int uint32;
#else
typedef unsigned long uint32;