diff options
author | pooka <pooka@pkgsrc.org> | 2000-10-06 10:30:12 +0000 |
---|---|---|
committer | pooka <pooka@pkgsrc.org> | 2000-10-06 10:30:12 +0000 |
commit | c3fdea4ac3bab579714e6aa95dba3883c9569e05 (patch) | |
tree | c0b4516705942949a280845eada1e7533941e4f9 /games/xroach | |
parent | 6f591c2d2b54ec688d4c117bfc9df3071ad4037c (diff) | |
download | pkgsrc-c3fdea4ac3bab579714e6aa95dba3883c9569e05.tar.gz |
make this build on alpha
Diffstat (limited to 'games/xroach')
-rw-r--r-- | games/xroach/files/patch-sum | 3 | ||||
-rw-r--r-- | games/xroach/patches/patch-ab | 13 |
2 files changed, 15 insertions, 1 deletions
diff --git a/games/xroach/files/patch-sum b/games/xroach/files/patch-sum index 53e152279e4..89aad7b4e75 100644 --- a/games/xroach/files/patch-sum +++ b/games/xroach/files/patch-sum @@ -1,3 +1,4 @@ -$NetBSD: patch-sum,v 1.1.1.1 1999/12/04 03:06:52 hubertf Exp $ +$NetBSD: patch-sum,v 1.2 2000/10/06 10:30:12 pooka Exp $ MD5 (patch-aa) = a2b30a24848f289a8705f09e8cc38c3d +MD5 (patch-ab) = 69b84948adce1769ff8e67bfffaeeb69 diff --git a/games/xroach/patches/patch-ab b/games/xroach/patches/patch-ab new file mode 100644 index 00000000000..f9b9832e46c --- /dev/null +++ b/games/xroach/patches/patch-ab @@ -0,0 +1,13 @@ +$NetBSD: patch-ab,v 1.1 2000/10/06 10:30:13 pooka Exp $ + +--- xroach.c.orig Fri Jun 4 22:47:09 1993 ++++ xroach.c Fri Oct 6 13:27:47 2000 +@@ -115,7 +115,7 @@ + } + } + +- srand((int)time((long *)NULL)); ++ srand((int)time((time_t *)NULL)); + + /* + Catch some signals so we can erase any visible roaches. |