1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
4 # T2 SDE: package/.../bsd-games/compile-fix.patch
5 # Copyright (C) 2004 - 2006 The T2 SDE Project
7 # More information can be found in the files COPYING and README.
9 # This patch file is dual-licensed. It is available under the license the
10 # patched project is licensed under, as long as it is an OpenSource license
11 # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
12 # of the GNU General Public License as published by the Free Software
13 # Foundation; either version 2 of the License, or (at your option) any later
15 # --- T2-COPYRIGHT-NOTE-END ---
16 diff -Nur bsd-games-2.17.orig/hack/hack.termcap.c bsd-games-2.17/hack/hack.termcap.c
17 --- bsd-games-2.17.orig/hack/hack.termcap.c 2005-02-15 03:31:35.000000000 +0200
18 +++ bsd-games-2.17/hack/hack.termcap.c 2005-10-15 16:25:25.000000000 +0300
20 char *HO, *CL, *CE, *UP, *CM, *ND, *XD, *BC, *SO, *SE, *TI, *TE;
25 char *CD; /* tested in pri.c: docorner() */
26 int CO, LI; /* used in pri.c and whatis.c */
29 if (tgetent(tptr, term) < 1)
30 error("Unknown terminal type: %s.", term);
31 if ((pc = tgetstr("pc", &tbufptr)) != NULL)
34 if (!(BC = tgetstr("bc", &tbufptr))) {
36 error("Terminal must backspace.");