diff options
author | pooka <pooka> | 2000-10-06 10:30:12 +0000 |
---|---|---|
committer | pooka <pooka> | 2000-10-06 10:30:12 +0000 |
commit | 85d6374446655fa6a056fb9ad8216582bec73b6c (patch) | |
tree | c0b4516705942949a280845eada1e7533941e4f9 /games | |
parent | 189a9e021830b9e68d121203c7c773bf6508c2bf (diff) | |
download | pkgsrc-85d6374446655fa6a056fb9ad8216582bec73b6c.tar.gz |
make this build on alpha
Diffstat (limited to 'games')
-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. |