summaryrefslogtreecommitdiff
path: root/games/tscp/patches
diff options
context:
space:
mode:
authorabs <abs@pkgsrc.org>2001-01-31 10:07:02 +0000
committerabs <abs@pkgsrc.org>2001-01-31 10:07:02 +0000
commitba7c74a0e85ad87375bec1ab667a5b6211f6e6e0 (patch)
tree7f1b3dd2f2e01984c161bb8ce4d9ab4582c4d652 /games/tscp/patches
parent9aba2490c6e7a948a573fab65787e9770da3bc33 (diff)
downloadpkgsrc-ba7c74a0e85ad87375bec1ab667a5b6211f6e6e0.tar.gz
Increase benchmark timeout by factor of ten (to allow it to be run on slower
machines such as vax and hp300). Update version to tscp-1.71nb1
Diffstat (limited to 'games/tscp/patches')
-rw-r--r--games/tscp/patches/patch-aa13
1 files changed, 13 insertions, 0 deletions
diff --git a/games/tscp/patches/patch-aa b/games/tscp/patches/patch-aa
new file mode 100644
index 00000000000..7c621a8d88b
--- /dev/null
+++ b/games/tscp/patches/patch-aa
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.1 2001/01/31 10:07:03 abs Exp $
+
+--- main.c.orig Tue Jan 30 18:06:21 2001
++++ main.c
+@@ -51,7 +51,7 @@
+ init();
+ gen();
+ computer_side = EMPTY;
+- max_time = 1000000;
++ max_time = 10000000;
+ max_depth = 4;
+ for (;;) {
+ if (side == computer_side) { /* computer's turn */