diff options
Diffstat (limited to 'extra/gnuchess/gnuchess-gcc4.patch')
-rw-r--r-- | extra/gnuchess/gnuchess-gcc4.patch | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/extra/gnuchess/gnuchess-gcc4.patch b/extra/gnuchess/gnuchess-gcc4.patch deleted file mode 100644 index 173f2fba8..000000000 --- a/extra/gnuchess/gnuchess-gcc4.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- gnuchess-5.07/src/input.c.orig 2005-11-11 00:45:40.000000000 +0100 -+++ gnuchess-5.07/src/input.c 2005-11-11 00:45:51.000000000 +0100 -@@ -92,7 +92,7 @@ - fgets(inputstr, MAXSTR, stdin); - } - --static pthread_t input_thread; -+pthread_t input_thread; - - /* Mutex and condition variable for thread communication */ - |