diff options
author | 2015-10-23 11:10:31 -0400 | |
---|---|---|
committer | 2015-10-23 11:10:44 -0400 | |
commit | 6bc7eceb6efa29fc146bcca13164bc5f7ce665b3 (patch) | |
tree | 2ee762996a776d481966eb9bb95ca5823f30764b /games-board/gnuchess/files | |
parent | net-libs/libmediawiki: use correct version (diff) | |
download | gentoo-6bc7eceb6efa29fc146bcca13164bc5f7ce665b3.tar.gz gentoo-6bc7eceb6efa29fc146bcca13164bc5f7ce665b3.tar.bz2 gentoo-6bc7eceb6efa29fc146bcca13164bc5f7ce665b3.zip |
apply upstream patch for --addbook option to fix bug #563864
Package-Manager: portage-2.2.20.1
Diffstat (limited to 'games-board/gnuchess/files')
-rw-r--r-- | games-board/gnuchess/files/gnuchess-6.2.2-addbook.patch | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/games-board/gnuchess/files/gnuchess-6.2.2-addbook.patch b/games-board/gnuchess/files/gnuchess-6.2.2-addbook.patch new file mode 100644 index 000000000000..21b3dc3dd26b --- /dev/null +++ b/games-board/gnuchess/files/gnuchess-6.2.2-addbook.patch @@ -0,0 +1,10 @@ +--- trunk/src/main.cc 2015/10/17 13:52:22 127 ++++ trunk/src/main.cc 2015/10/18 17:28:56 128 +@@ -412,6 +412,7 @@ + char data[9+MAXSTR+1+4]=""; + sprintf( data, "book add %s\nquit", opt_addbook ); + SendToEngine( data ); ++ SET (flags, QUIT); + } + + if ( opt_easy == 0 ) |