forked from Lainports/freebsd-ports
Fix build on CURRENT
This commit is contained in:
parent
7856d34b01
commit
58ea5067de
1 changed files with 12 additions and 0 deletions
12
games/spider/files/patch-movelog.c
Normal file
12
games/spider/files/patch-movelog.c
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
--- movelog.c.orig Tue May 29 18:49:36 2007
|
||||
+++ movelog.c Tue May 29 18:52:19 2007
|
||||
@@ -33,6 +33,9 @@
|
||||
|
||||
extern int cheat_count;
|
||||
|
||||
+static int card_to_int(CardPtr card);
|
||||
+static int restore_game(char *str, char *str2);
|
||||
+
|
||||
make_deck_cache()
|
||||
{
|
||||
CardPtr tmp;
|
||||
Loading…
Add table
Reference in a new issue