devel/gnuchess gnuchess-5.07-gcc4.patch,NONE,1.1

Chris Ricker (kaboom) fedora-extras-commits at redhat.com
Thu May 26 19:00:54 UTC 2005


Author: kaboom

Update of /cvs/extras/devel/gnuchess
In directory cvs-int.fedora.redhat.com:/tmp/cvs-serv24195

Added Files:
	gnuchess-5.07-gcc4.patch 
Log Message:
Patch to compile with gcc4


gnuchess-5.07-gcc4.patch:

--- NEW FILE gnuchess-5.07-gcc4.patch ---
--- gnuchess-5.07/src/common.h.orig	2005-05-26 13:15:05.000000000 -0400
+++ gnuchess-5.07/src/common.h	2005-05-26 13:14:33.000000000 -0400
@@ -716,7 +716,7 @@
 
 /* Input thread and thread function */
 #include <pthread.h>
-extern pthread_t input_thread;
+static pthread_t input_thread;
 void *input_func(void *);
 
 /*




More information about the fedora-extras-commits mailing list