summaryrefslogtreecommitdiff
path: root/net/vnc/patches/patch-ac
blob: 9364e27eefe9714b1c9b79a380a6a5a26327b606 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.6 2000/11/13 14:34:41 abs Exp $

--- Xvnc/config/imake/imakemdep.h.orig	Sun Jul 27 03:41:05 1997
+++ Xvnc/config/imake/imakemdep.h
@@ -287,6 +287,11 @@
  *     that support multiple operating systems).
  */
 
+#ifdef __NetBSD__
+#undef unix
+#define unix 42
+#endif
+
 #define	ARGUMENTS 50	/* number of arguments in various arrays */
 char *cpp_argv[ARGUMENTS] = {
 	"cc",		/* replaced by the actual program to exec */