summaryrefslogtreecommitdiffstats
path: root/extra/gnuchess/gcc4.patch
diff options
context:
space:
mode:
authorsibel <lesibel at free dot fr>2010-07-25 09:04:34 +0200
committersibel <lesibel at free dot fr>2010-07-25 09:04:34 +0200
commitdaaebbf624c86443f26dd2c369b18400060d1ea4 (patch)
tree25e3aee9bc0a0c846d4c8f73b98964c326433298 /extra/gnuchess/gcc4.patch
parentce0803f5cd408814cd47e28b1347273776bfc9d7 (diff)
downloadnutyx-extra-daaebbf624c86443f26dd2c369b18400060d1ea4.tar.gz
nutyx-extra-daaebbf624c86443f26dd2c369b18400060d1ea4.tar.bz2
nutyx-extra-daaebbf624c86443f26dd2c369b18400060d1ea4.tar.xz
nutyx-extra-daaebbf624c86443f26dd2c369b18400060d1ea4.zip
ajout de gnuchess#5.07-1
Diffstat (limited to 'extra/gnuchess/gcc4.patch')
-rw-r--r--extra/gnuchess/gcc4.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/extra/gnuchess/gcc4.patch b/extra/gnuchess/gcc4.patch
new file mode 100644
index 000000000..b5ce9230d
--- /dev/null
+++ b/extra/gnuchess/gcc4.patch
@@ -0,0 +1,10 @@
+--- 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 */