pkgsrc/games/gnuchess/patches/patch-ae
jlam 3dbb17828a Update to gnuchess-5.00nb1: add code to allow building of opening books in
user-specified locations.  Remove installation of default book...it's so small
that it's pretty much useless anyway.  See games/gnuchess-book-* for chess
opening books for GNU Chess.
2000-10-15 01:53:39 +00:00

12 lines
293 B
Text

$NetBSD: patch-ae,v 1.3 2000/10/15 01:53:41 jlam Exp $
--- common.h.orig Fri Oct 15 23:41:21 1999
+++ common.h
@@ -375,6 +375,7 @@
extern int nmovesfrombook;
extern float maxtime;
+extern char *booksrc, *bookbin;
enum Piece { empty, pawn, knight, bishop, rook, queen, king, bpawn };