summaryrefslogtreecommitdiff
path: root/graphics/tiff/patches/patch-ab
blob: 4a373f093b1aa3c0ebf6d736778c307423a2ec60 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-ab,v 1.13 2004/01/03 18:33:24 reed Exp $

--- libtiff/tiff.h.orig	Mon Oct  7 11:50:46 2002
+++ libtiff/tiff.h
@@ -79,7 +79,7 @@ typedef	char int8;
 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__)
+#if defined(__alpha) || (defined(_MIPS_SZLONG) && _MIPS_SZLONG == 64) || defined(__LP64__) || defined(__arch64__) || defined(_LP64)
 typedef	int int32;
 typedef	unsigned int uint32;	/* sizeof (uint32) must == 4 */
 #else