summaryrefslogtreecommitdiff
path: root/games/cbzone
diff options
context:
space:
mode:
authorhubertf <hubertf@pkgsrc.org>2000-09-24 23:46:02 +0000
committerhubertf <hubertf@pkgsrc.org>2000-09-24 23:46:02 +0000
commitd34afbcc5072850a0ef7fb21e8f9b8040946baed (patch)
tree10e6cc99907a794debde7429c1178d46600fd82b /games/cbzone
parent51f8c5d46b7b36f94ef3fbfaae8c29b7d42a5e05 (diff)
downloadpkgsrc-d34afbcc5072850a0ef7fb21e8f9b8040946baed.tar.gz
make this work on alpha
Diffstat (limited to 'games/cbzone')
-rw-r--r--games/cbzone/files/patch-sum3
-rw-r--r--games/cbzone/patches/patch-ae14
2 files changed, 16 insertions, 1 deletions
diff --git a/games/cbzone/files/patch-sum b/games/cbzone/files/patch-sum
index cf0e1755be1..8763e013b1f 100644
--- a/games/cbzone/files/patch-sum
+++ b/games/cbzone/files/patch-sum
@@ -1,6 +1,7 @@
-$NetBSD: patch-sum,v 1.1 1999/07/09 13:50:51 agc Exp $
+$NetBSD: patch-sum,v 1.2 2000/09/24 23:46:02 hubertf Exp $
MD5 (patch-aa) = 4af70a9edf941f6662f9f83f77dcc24b
MD5 (patch-ab) = 67cd4d4f7e3936d702f05347f4f2b32e
MD5 (patch-ac) = 78a1aad9581b3be1f69169a1befb2715
MD5 (patch-ad) = d99eca2b3bda3f51931da750a1250d1f
+MD5 (patch-ae) = 63cd048dea04234a1cc8acb9d72ace54
diff --git a/games/cbzone/patches/patch-ae b/games/cbzone/patches/patch-ae
new file mode 100644
index 00000000000..8e5b09fcb9a
--- /dev/null
+++ b/games/cbzone/patches/patch-ae
@@ -0,0 +1,14 @@
+$NetBSD: patch-ae,v 1.1 2000/09/24 23:46:02 hubertf Exp $
+
+--- c_main.c.orig Sun Sep 24 19:43:12 2000
++++ c_main.c
+@@ -123,7 +123,9 @@
+ Bool salvo_flag = False;
+ Bool sens = False;
+ Bool sight_flag = False;
++#ifndef __NetBSD__
+ extern long time();
++#endif
+ struct timeval tstart;
+ struct timeval tend;
+ long tdiff, limit;