diff options
Diffstat (limited to 'games/gnuchess/patches')
-rw-r--r-- | games/gnuchess/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/gnuchess/patches/patch-ab b/games/gnuchess/patches/patch-ab new file mode 100644 index 00000000000..b9f5de88f34 --- /dev/null +++ b/games/gnuchess/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.7 2006/04/03 17:53:00 minskim Exp $ + +--- src/common.h.orig 2003-06-30 04:28:38.000000000 -0700 ++++ src/common.h +@@ -716,7 +716,6 @@ void DBTest (void); + + /* Input thread and thread function */ + #include <pthread.h> +-extern pthread_t input_thread; + void *input_func(void *); + + /* |