summaryrefslogtreecommitdiff
path: root/devel/libslang/patches/patch-ac
blob: 4d444fd0f4382e7059d9a66885873c1033994680 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
$NetBSD: patch-ac,v 1.4 2000/01/09 02:28:54 mjl Exp $

--- src/slang.h.orig	Sun Jan  9 03:08:35 2000
+++ src/slang.h	Sun Jan  9 03:09:44 2000
@@ -24,6 +24,11 @@
 # endif
 #endif /* __watcomc__ */
 
+#ifdef __NetBSD__
+#undef unix
+#define unix 1
+#endif
+
 #if defined(unix) || defined(__unix)
 # ifndef __unix__
 #  define __unix__ 1