OpenSDE Packages Database (without history before r20070)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

36 lines
1.5 KiB

  1. # --- T2-COPYRIGHT-NOTE-BEGIN ---
  2. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
  3. #
  4. # T2 SDE: package/.../bsd-games/compile-fix.patch
  5. # Copyright (C) 2004 - 2006 The T2 SDE Project
  6. #
  7. # More information can be found in the files COPYING and README.
  8. #
  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
  14. # version.
  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
  19. @@ -80,7 +80,7 @@
  20. char *HO, *CL, *CE, *UP, *CM, *ND, *XD, *BC, *SO, *SE, *TI, *TE;
  21. static char *VS, *VE;
  22. static int SG;
  23. -char PC = '\0';
  24. +char PCC = '\0';
  25. char *CD; /* tested in pri.c: docorner() */
  26. int CO, LI; /* used in pri.c and whatis.c */
  27. @@ -101,7 +101,7 @@
  28. if (tgetent(tptr, term) < 1)
  29. error("Unknown terminal type: %s.", term);
  30. if ((pc = tgetstr("pc", &tbufptr)) != NULL)
  31. - PC = *pc;
  32. + PCC = *pc;
  33. if (!(BC = tgetstr("bc", &tbufptr))) {
  34. if (!tgetflag("bs"))
  35. error("Terminal must backspace.");