summaryrefslogtreecommitdiff
path: root/games/gnuchess/patches
diff options
context:
space:
mode:
authorminskim <minskim@pkgsrc.org>2006-04-03 17:52:59 +0000
committerminskim <minskim@pkgsrc.org>2006-04-03 17:52:59 +0000
commite948d15ce382a0592607dc0c04e4882766d10fb7 (patch)
treeec464c9066ad1cb536c18af02c60ec9c8425e28e /games/gnuchess/patches
parent00e19b964b83c835100da0a2124f5e3d11f08535 (diff)
downloadpkgsrc-e948d15ce382a0592607dc0c04e4882766d10fb7.tar.gz
Make this package build with gcc-4.
Diffstat (limited to 'games/gnuchess/patches')
-rw-r--r--games/gnuchess/patches/patch-ab12
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 *);
+
+ /*