summaryrefslogtreecommitdiff
path: root/graphics/radiance/patches/patch-at
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/radiance/patches/patch-at')
-rw-r--r--graphics/radiance/patches/patch-at15
1 files changed, 15 insertions, 0 deletions
diff --git a/graphics/radiance/patches/patch-at b/graphics/radiance/patches/patch-at
new file mode 100644
index 00000000000..becc5e94237
--- /dev/null
+++ b/graphics/radiance/patches/patch-at
@@ -0,0 +1,15 @@
+$NetBSD: patch-at,v 1.1 2006/02/18 21:27:57 wiz Exp $
+
+--- src/common/tifftypes.h.orig 2004-10-27 23:23:47.000000000 +0000
++++ src/common/tifftypes.h
+@@ -2,4 +2,4 @@
+ /* The following is lifted straight out of tiff.h */
+-#ifndef _TIFF_DATA_TYPEDEFS_
+-#define _TIFF_DATA_TYPEDEFS_
++#ifndef _TIFF_
++#define _TIFF_
+ /*
+@@ -26,2 +26,2 @@ typedef unsigned long uint32; /* sizeof
+ #endif
+-#endif /* _TIFF_DATA_TYPEDEFS_ */
++#endif /* _TIFF_ */