mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-10 04:50:03 -04:00
17 lines
360 B
Plaintext
17 lines
360 B
Plaintext
$NetBSD: patch-ac,v 1.1.1.1 2008/08/09 21:22:11 bjs Exp $
|
|
|
|
--- src/slang.h.orig 2007-10-28 18:37:14.000000000 -0400
|
|
+++ src/slang.h
|
|
@@ -43,6 +43,11 @@ USA.
|
|
# endif
|
|
#endif /* __watcomc__ */
|
|
|
|
+#if defined(__NetBSD__) || defined(__APPLE__)
|
|
+#undef unix
|
|
+#define unix 1
|
|
+#endif
|
|
+
|
|
#if defined(unix) || defined(__unix)
|
|
# ifndef __unix__
|
|
# define __unix__ 1
|