summaryrefslogtreecommitdiff
path: root/graphics/netpbm/files/patch-util-wordaccess.h
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/netpbm/files/patch-util-wordaccess.h')
-rw-r--r--graphics/netpbm/files/patch-util-wordaccess.h14
1 files changed, 0 insertions, 14 deletions
diff --git a/graphics/netpbm/files/patch-util-wordaccess.h b/graphics/netpbm/files/patch-util-wordaccess.h
deleted file mode 100644
index d6aa282f7c9d..000000000000
--- a/graphics/netpbm/files/patch-util-wordaccess.h
+++ /dev/null
@@ -1,14 +0,0 @@
---- lib/util/wordaccess.h.orig Thu Jul 22 17:01:52 2004
-+++ lib/util/wordaccess.h Thu Aug 19 12:12:27 2004
-@@ -47,7 +47,11 @@
- #if BITS_PER_WORD == 32
- typedef uint32n wordint;
- #else
-+ #if BITS_PER_WORD == 64
-+ typedef uint32n wordint;
-+ #else
- #error "Don't know how to deal with this value of BITS_PER_WORD"
-+ #endif
- #endif
- #else
- /* We can't do any fancy word-based stuff, but we can still fake it