summaryrefslogtreecommitdiff
path: root/graphics/gnuplot/patches/patch-ab
blob: 4b97f03555253bdb2eb5ff0000b2649b6454315b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ab,v 1.5 1999/03/03 22:23:31 hubertf Exp $

--- syscfg.h.orig	Wed Mar  3 21:34:37 1999
+++ syscfg.h	Wed Mar  3 21:40:43 1999
@@ -190,6 +190,12 @@
 # endif
 #endif /* MSDOS */
 
+/* symbol unix is no longer defined under NetBSD after 1.3 */
+#ifdef __NetBSD__
+# undef unix
+# define unix
+#endif
+
 /* Note: may not catch all IBM AIX compilers or SCO compilers */
 #if defined(__unix__)|| defined(unix) || defined(_AIX) || defined(SCO)
 # ifndef unix