freebsd-ports/graphics/vips/files/patch-libsrc-conversion-im_tiff2vips.c
Mikhail Teterin 61f1dfd768 Upgrade from 7.14.5 to 7.26.3.
Requested by:	Doug Fortune
2011-09-23 22:29:55 +00:00

15 lines
300 B
C

--- libvips/format/im_tiff2vips.c Wed Aug 17 06:34:12 2005
+++ libvips/format/im_tiff2vips.c
@@ -157,6 +157,12 @@
#include <vips/vips.h>
#include <vips/thread.h>
+#undef D50_X0
+#undef D50_Y0
+#undef D50_Z0
+#undef D65_X0
+#undef D65_Y0
+#undef D65_Z0
#include <tiffio.h>
#ifdef WITH_DMALLOC