From cd0dba5a010a6e8eb51358529cf39ada8ccee7e2 Mon Sep 17 00:00:00 2001 From: Dirk Meyer Date: Fri, 22 Apr 2011 05:59:05 +0000 Subject: - update to 10.35.80 --- graphics/netpbm/files/patch-util-wordaccess.h | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 graphics/netpbm/files/patch-util-wordaccess.h (limited to 'graphics/netpbm/files/patch-util-wordaccess.h') 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 -- cgit v1.2.3