summaryrefslogtreecommitdiff
path: root/graphics/netpbm/files/patch-util-wordaccess.h
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2011-04-22 05:59:05 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2011-04-22 05:59:05 +0000
commitcd0dba5a010a6e8eb51358529cf39ada8ccee7e2 (patch)
tree5ccfeb413d513fe34a04e9d65145d62a60a63f93 /graphics/netpbm/files/patch-util-wordaccess.h
parent- update to 1.4.0.10 (diff)
- update to 10.35.80
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