aboutsummaryrefslogtreecommitdiffstats
path: root/games/spider
diff options
context:
space:
mode:
authorarved <arved@FreeBSD.org>2007-05-30 00:53:55 +0800
committerarved <arved@FreeBSD.org>2007-05-30 00:53:55 +0800
commit72d92914fb74e887d535a0ae423a0eb1cd97faf6 (patch)
tree5ddb49299ff1c6f99aadae026672ea3bda4b439a /games/spider
parentc3ac7149bb03b25a660ef83989f44f43d683a3ab (diff)
downloadfreebsd-ports-gnome-72d92914fb74e887d535a0ae423a0eb1cd97faf6.tar.gz
freebsd-ports-gnome-72d92914fb74e887d535a0ae423a0eb1cd97faf6.tar.zst
freebsd-ports-gnome-72d92914fb74e887d535a0ae423a0eb1cd97faf6.zip
Fix build on CURRENT
Diffstat (limited to 'games/spider')
-rw-r--r--games/spider/files/patch-movelog.c12
1 files changed, 12 insertions, 0 deletions
diff --git a/games/spider/files/patch-movelog.c b/games/spider/files/patch-movelog.c
new file mode 100644
index 000000000000..344fc54ca5f1
--- /dev/null
+++ b/games/spider/files/patch-movelog.c
@@ -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;