summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--games/gnuchess/distinfo3
-rw-r--r--games/gnuchess/patches/patch-ab12
2 files changed, 14 insertions, 1 deletions
diff --git a/games/gnuchess/distinfo b/games/gnuchess/distinfo
index 2eaa53ea1a8..34e93f8251a 100644
--- a/games/gnuchess/distinfo
+++ b/games/gnuchess/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.7 2005/02/23 23:11:58 agc Exp $
+$NetBSD: distinfo,v 1.8 2006/04/03 17:52:59 minskim Exp $
SHA1 (gnuchess-5.07.tar.gz) = 7dbaf957bfea9cf37fe393e1fec7306de0162a16
RMD160 (gnuchess-5.07.tar.gz) = 043ee9bfd9dacccd6c55905d4a1c390bf56ba603
Size (gnuchess-5.07.tar.gz) = 234542 bytes
SHA1 (patch-aa) = 417c8ca61142d08c827d2ca760b5ffb0c1988099
+SHA1 (patch-ab) = 2c0658138b08bb9d5f066ac3df3217d5e336bf83
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 *);
+
+ /*