gnuchess: add patch for 'pthread_cancel()'
This commit is contained in:
parent
aacab3fae3
commit
6da297d95a
11
packages/gnuchess/components.cc.patch
Normal file
11
packages/gnuchess/components.cc.patch
Normal file
@ -0,0 +1,11 @@
|
||||
diff -uNr gnuchess-6.2.5/src/components.cc gnuchess-6.2.5.mod/src/components.cc
|
||||
--- gnuchess-6.2.5/src/components.cc 2017-06-11 18:17:14.000000000 +0300
|
||||
+++ gnuchess-6.2.5.mod/src/components.cc 2018-11-09 14:17:10.952608702 +0200
|
||||
@@ -171,6 +171,6 @@
|
||||
|
||||
void TerminateInput()
|
||||
{
|
||||
- pthread_cancel( input_thread );
|
||||
+ pthread_kill( input_thread, 0 );
|
||||
pthread_join( input_thread, NULL );
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user