pkgsrc/ham/tnt/patches/patch-ad
obache c3182ba7b8 Update tnt to 1.9.2.
ChangeLog:
- compiles and runs under OpenBSD
2007-12-09 13:08:42 +00:00

12 lines
371 B
Text

$NetBSD: patch-ad,v 1.1 2007/12/09 13:08:44 obache Exp $
--- src/window.c.orig 2000-01-06 01:16:51.000000000 +0000
+++ src/window.c
@@ -90,6 +90,7 @@ int insertmode;
int charconv;
int xtermkeys;
+#define BC localBC /* BC is defined in /usr/include/termcap.h */
/* Terminal capabilities */
static char *AL, *DL, *IC, *DC, *WR;
static char *CL, *CM, *CS, *IS, *BC;