aboutsummaryrefslogtreecommitdiff
path: root/games/spider
diff options
context:
space:
mode:
authorTilman Keskinoz <arved@FreeBSD.org>2007-05-29 16:53:55 +0000
committerTilman Keskinoz <arved@FreeBSD.org>2007-05-29 16:53:55 +0000
commit58ea5067de36c5f73eb285ff1dd766471bda6159 (patch)
tree24cca247efbab3c604ca28171741d27da2829b71 /games/spider
parent7856d34b0151c5a08d41f478352ad2465b647274 (diff)
downloadports-58ea5067de36c5f73eb285ff1dd766471bda6159.tar.gz
ports-58ea5067de36c5f73eb285ff1dd766471bda6159.zip
Notes
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;