summaryrefslogtreecommitdiff
path: root/games/xroach/patches
diff options
context:
space:
mode:
authorpooka <pooka@pkgsrc.org>2000-10-06 10:30:12 +0000
committerpooka <pooka@pkgsrc.org>2000-10-06 10:30:12 +0000
commitc3fdea4ac3bab579714e6aa95dba3883c9569e05 (patch)
treec0b4516705942949a280845eada1e7533941e4f9 /games/xroach/patches
parent6f591c2d2b54ec688d4c117bfc9df3071ad4037c (diff)
downloadpkgsrc-c3fdea4ac3bab579714e6aa95dba3883c9569e05.tar.gz
make this build on alpha
Diffstat (limited to 'games/xroach/patches')
-rw-r--r--games/xroach/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
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.