summaryrefslogtreecommitdiffstats
path: root/extra/gnuchess/gcc4.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-14 09:09:19 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-14 09:09:19 +0200
commit5f6509fb03e9b7afd901bc7dd4d5ca30dcb35757 (patch)
tree5b1e3e3d28bd9c203f0f4e36624204e0c31a1dcb /extra/gnuchess/gcc4.patch
parent946f091e3f7e4d959f9fba8f9aa955ff6bfc0b4d (diff)
downloadnutyx-extra-5f6509fb03e9b7afd901bc7dd4d5ca30dcb35757.tar.gz
nutyx-extra-5f6509fb03e9b7afd901bc7dd4d5ca30dcb35757.tar.bz2
nutyx-extra-5f6509fb03e9b7afd901bc7dd4d5ca30dcb35757.tar.xz
nutyx-extra-5f6509fb03e9b7afd901bc7dd4d5ca30dcb35757.zip
gnuchess, port nettoyé
Diffstat (limited to 'extra/gnuchess/gcc4.patch')
-rw-r--r--extra/gnuchess/gcc4.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/extra/gnuchess/gcc4.patch b/extra/gnuchess/gcc4.patch
deleted file mode 100644
index b5ce9230d..000000000
--- a/extra/gnuchess/gcc4.patch
+++ /dev/null
@@ -1,10 +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 */