freebsd-ports/games/sokoban/files/patch-play.c
John Marino eb9e732d83 games/sokoban: document ncurses rqmt (USES+=ncurses), respect LDFLAGS
while here:
  * unsuppress installation commands
  * regenerate another patch
  * stop linking with ancient curses libs, use ncurses instead

approved by:	infrastructure blanket
2016-01-31 13:00:16 +00:00

11 lines
201 B
C

--- play.c.orig 1992-05-16 06:53:27 UTC
+++ play.c
@@ -37,7 +37,7 @@ static POS tmp_ppos;
short play() {
- short c;
+ char c;
short ret;
short undolock = 1; /* locked for undo */