summaryrefslogtreecommitdiff
path: root/games/cbzone/patches
diff options
context:
space:
mode:
authorhubertf <hubertf>2000-09-24 23:46:02 +0000
committerhubertf <hubertf>2000-09-24 23:46:02 +0000
commit814d255a7df4bc74814611195a8fc204f956ad4c (patch)
tree10e6cc99907a794debde7429c1178d46600fd82b /games/cbzone/patches
parent9d3ad5a12007ec22d47325184bb2c77438cbda6b (diff)
downloadpkgsrc-814d255a7df4bc74814611195a8fc204f956ad4c.tar.gz
make this work on alpha
Diffstat (limited to 'games/cbzone/patches')
-rw-r--r--games/cbzone/patches/patch-ae14
1 files changed, 14 insertions, 0 deletions
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;