12 lines
402 B
Plaintext
12 lines
402 B
Plaintext
$OpenBSD: patch-glchess_gnuchess_book_h,v 1.1 2011/04/21 09:32:21 ajacoutot Exp $
|
|
--- glchess/gnuchess/book.h.orig Thu Apr 21 11:26:09 2011
|
|
+++ glchess/gnuchess/book.h Thu Apr 21 11:26:29 2011
|
|
@@ -31,6 +31,7 @@
|
|
*/
|
|
static char const * bookbin[] = {
|
|
"book.dat",
|
|
+ "${LOCALBASE}/share/gnuchess/book.dat",
|
|
"/usr/share/games/gnuchess/book.dat",
|
|
"/usr/lib/games/gnuchess/book.dat",
|
|
NULL
|