diff options
Diffstat (limited to 'graphics/tiff/patches/patch-ac')
-rw-r--r-- | graphics/tiff/patches/patch-ac | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/tiff/patches/patch-ac b/graphics/tiff/patches/patch-ac deleted file mode 100644 index e7612c16443..00000000000 --- a/graphics/tiff/patches/patch-ac +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-ac,v 1.17 2005/07/14 13:43:28 wiz Exp $ - ---- libtiff/tiff.h.orig 2005-07-05 16:38:13.000000000 +0000 -+++ libtiff/tiff.h -@@ -81,7 +81,7 @@ typedef signed char int8; /* NB: non-ANS - typedef unsigned char uint8; - typedef short int16; - typedef unsigned short uint16; /* sizeof (uint16) must == 2 */ --#if defined(__alpha) || (defined(_MIPS_SZLONG) && _MIPS_SZLONG == 64) || defined(__LP64__) || defined(__arch64__) || defined(__sparcv9) -+#if defined(__alpha) || (defined(_MIPS_SZLONG) && _MIPS_SZLONG == 64) || defined(__LP64__) || defined(__arch64__) || defined(__sparcv9) || defined(_LP64) - typedef int int32; - typedef unsigned int uint32; /* sizeof (uint32) must == 4 */ - #else |