mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 22:00:31 -04:00
15 lines
290 B
C
15 lines
290 B
C
--- libsrc/iofuncs/predicate.c.orig Tue Feb 8 07:19:20 2005
|
|
+++ libsrc/iofuncs/predicate.c
|
|
@@ -73,6 +73,12 @@
|
|
#include <vips/vips.h>
|
|
|
|
#ifdef HAVE_TIFF
|
|
+#undef D50_X0
|
|
+#undef D50_Y0
|
|
+#undef D50_Z0
|
|
+#undef D65_X0
|
|
+#undef D65_Y0
|
|
+#undef D65_Z0
|
|
#include <tiffio.h>
|
|
#endif /*HAVE_TIFF*/
|
|
|