1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-27 21:29:02 +00:00
freebsd-ports/graphics/netpbm/files/patch-ay
Chris Piazza 1e508f2672 Update to 9.1
PR:		18437
Submitted by:	KATO Tsuguru <tkato@prontomail.ne.jp>
2000-05-19 08:34:13 +00:00

13 lines
356 B
Plaintext

--- pnm/pnmtotiffcmyk.c.orig Wed Apr 26 13:25:15 2000
+++ pnm/pnmtotiffcmyk.c Mon May 8 00:00:00 2000
@@ -71,7 +71,9 @@
#define VERSION 1.01
/* beware - these evaluate more than once */
+#undef MAX
#define MAX(x, y) ( ( x ) > ( y ) ? ( x ) : ( y ) )
+#undef MIN
#define MIN(x, y) ( ( x ) < ( y ) ? ( x ) : ( y ) )
/* only support 8 bit values */