summaryrefslogtreecommitdiff
path: root/games/gnuchess/patches/patch-ad
diff options
context:
space:
mode:
Diffstat (limited to 'games/gnuchess/patches/patch-ad')
-rw-r--r--games/gnuchess/patches/patch-ad13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/gnuchess/patches/patch-ad b/games/gnuchess/patches/patch-ad
new file mode 100644
index 00000000000..1e297dcb5ae
--- /dev/null
+++ b/games/gnuchess/patches/patch-ad
@@ -0,0 +1,13 @@
+$NetBSD: patch-ad,v 1.4 2000/10/15 01:53:40 jlam Exp $
+
+--- cmd.c.orig Sat Oct 23 06:07:32 1999
++++ cmd.c
+@@ -154,7 +154,7 @@
+ printf("inputstr = %s\n",inputstr);
+ if (strncmp (inputstr, "compile", 7) == 0) {
+ printf("calling genbook.\n");
+- genbook ();
++ genbook (booksrc, bookbin);
+ } else if (strcmp (inputstr, "on") == 0) {
+ bookmode = BOOKBEST;
+ printf("book now on.\n");