book support added) Update of port games/gnuchess to version 5.07. Includes support for building and installing opening book (as an OPTION) OPTIONs rule! PR: ports/74441 Submitted by: Conrad J. Sabatier <conrads@cox.net>
12 lines
298 B
C
12 lines
298 B
C
--- src/book.h.orig Fri Nov 26 19:20:29 2004
|
|
+++ src/book.h Fri Nov 26 19:21:15 2004
|
|
@@ -31,8 +31,7 @@
|
|
*/
|
|
static char const * bookbin[] = {
|
|
"book.dat",
|
|
- "/usr/share/games/gnuchess/book.dat",
|
|
- "/usr/lib/games/gnuchess/book.dat",
|
|
+ "/usr/local/share/gnuchess/book.dat",
|
|
NULL
|
|
};
|
|
|