freebsd-ports/games/gnuchess/files/patch-book.h
Edwin Groothuis 5127026491 Update port: games/gnuchess (new version 5.07 with optional opening
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>
2004-12-23 04:57:09 +00:00

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
};