forked from pool/gnuchess
f0dd6c34d0
- updated to most recent book.dat - removed obsolete getline patch - added patches to fix a few rpmlint-warnings/errors - added gnuchess-add_new_bookpath.diff so gnuchess finds the default opening book in /usr/share/gnuchess - updated to (unofficial) version 5.07.9b by M. Vandenbergh - added script "xgnuchess" to start xboard with gnuchess as first and second chess engine - patches refreshed - description updated OBS-URL: https://build.opensuse.org/package/show/games/gnuchess?expand=0&rev=5
12 lines
259 B
Diff
12 lines
259 B
Diff
--- src/input.c.orig 2009-09-28 15:39:17.000000000 +0200
|
|
+++ src/input.c 2010-01-11 19:57:34.000000000 +0100
|
|
@@ -99,7 +99,7 @@
|
|
}
|
|
}
|
|
|
|
-static pthread_t input_thread;
|
|
+pthread_t input_thread;
|
|
|
|
/* Mutex and condition variable for thread communication */
|
|
|