pkgsrc/games/gnuchess/patches/patch-ac
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
363 B
Text

$NetBSD: patch-ac,v 1.5 2000/10/15 01:53:40 jlam Exp $
--- book.h.orig Fri Oct 15 23:41:03 1999
+++ book.h
@@ -23,5 +23,5 @@
bug-gnu-chess@gnu.org
cracraft@ai.mit.edu, cracraft@stanfordalumni.org, cracraft@earthlink.net
*/
-#define BOOKSRC "book.pgn"
-#define BOOKBIN "book.dat"
+#define BOOKSRC LIBDIR "book.pgn"
+#define BOOKBIN LIBDIR "book.dat"