pkgsrc/sysutils/mc/patches/patch-aj
salo 14948988b8 PKGREVISION++
- use included slang library, fixes various issues with colours and character
  printing (e.g., TERM=wsvt25 in color mode on wscons console or TERM=xterm in
  xterm).  From Pavel Arnost via PR pkg/21539.
- add patch from devel/libslang
2003-05-22 17:02:53 +00:00

16 lines
344 B
Text

$NetBSD: patch-aj,v 1.1 2003/05/22 17:02:54 salo Exp $
--- slang/slang-mc.h.orig 2000-07-03 16:32:03.000000000 +0200
+++ slang/slang-mc.h 2003-05-22 18:43:06.000000000 +0200
@@ -25,6 +25,11 @@
# endif
#endif /* __watcomc__ */
+#ifdef __NetBSD__
+#undef unix
+#define unix 1
+#endif
+
#ifdef unix
# ifndef __unix__
# define __unix__ 1