diff options
author | hubertf <hubertf> | 2000-09-24 23:46:02 +0000 |
---|---|---|
committer | hubertf <hubertf> | 2000-09-24 23:46:02 +0000 |
commit | 0fefd9ac41094f35bf959cf56cfa9b2f2eb30c4b (patch) | |
tree | 10e6cc99907a794debde7429c1178d46600fd82b /games | |
parent | 53d06d1d01f37e4fa34640f609fc345a4393632d (diff) | |
download | pkgsrc-0fefd9ac41094f35bf959cf56cfa9b2f2eb30c4b.tar.gz |
make this work on alpha
Diffstat (limited to 'games')
-rw-r--r-- | games/cbzone/files/patch-sum | 3 | ||||
-rw-r--r-- | games/cbzone/patches/patch-ae | 14 |
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; |