$NetBSD: patch-ag,v 1.4 2004/01/03 18:33:24 reed Exp $ --- libtiff/tif_fax3.c.orig Mon Sep 29 23:13:07 2003 +++ libtiff/tif_fax3.c @@ -311,7 +311,7 @@ Fax3Decode2D(TIFF* tif, tidata_t buf, ts * this is <8 bytes. We optimize the code here to reflect the * machine characteristics. */ -#if defined(__alpha) || _MIPS_SZLONG == 64 || defined(__LP64__) || defined(__arch64__) +#if defined(__alpha) || _MIPS_SZLONG == 64 || defined(__LP64__) || defined(__arch64__) || defined(_LP64) #define FILL(n, cp) \ switch (n) { \ case 15:(cp)[14] = 0xff; case 14:(cp)[13] = 0xff; case 13: (cp)[12] = 0xff;\