summaryrefslogtreecommitdiff
path: root/graphics/kdegraphics/patches/patch-ac
blob: 816b39c98b106ffd0a1b21e29d11e35bb2a82013 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.2 1999/03/05 23:37:52 tron Exp $

--- kfax/libtiffax/tiffiop.h.orig	Sat Jul  5 16:41:59 1997
+++ kfax/libtiffax/tiffiop.h	Fri Mar  5 23:55:34 1999
@@ -34,6 +34,11 @@
  * a port.h file that reflects the system capabilities.
  * Doing this obviates all the dreck done in tiffcomp.h.
  */
+#if defined(__NetBSD__)
+#undef unix
+#define unix 42
+#endif
+
 #if defined(unix) || defined(__unix)
 #include "port.h"
 #include "tiffconf.h"