From 0fefd9ac41094f35bf959cf56cfa9b2f2eb30c4b Mon Sep 17 00:00:00 2001 From: hubertf Date: Sun, 24 Sep 2000 23:46:02 +0000 Subject: make this work on alpha --- games/cbzone/files/patch-sum | 3 ++- games/cbzone/patches/patch-ae | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 1 deletion(-) create mode 100644 games/cbzone/patches/patch-ae 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; -- cgit v1.2.3