diff options
author | garbled <garbled@pkgsrc.org> | 1998-08-27 12:54:56 +0000 |
---|---|---|
committer | garbled <garbled@pkgsrc.org> | 1998-08-27 12:54:56 +0000 |
commit | 74b1a3594bff069b0119e1516fea73bea9fbf1c0 (patch) | |
tree | 5e7b5b9db2aacbec3798c925d1730a46ec741e5a /games/abuse/patches/patch-aa | |
parent | f9663802a3887284c73dd2d1482f1c630cf7d1d9 (diff) | |
download | pkgsrc-74b1a3594bff069b0119e1516fea73bea9fbf1c0.tar.gz |
abuse-2.0 pkg: a full color 320x200 arcade quality platform shooter.
8-bit only right now.
Diffstat (limited to 'games/abuse/patches/patch-aa')
-rw-r--r-- | games/abuse/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/games/abuse/patches/patch-aa b/games/abuse/patches/patch-aa new file mode 100644 index 00000000000..5a0d0f9b18b --- /dev/null +++ b/games/abuse/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 1998/08/27 12:54:56 garbled Exp $ +--- imlib/port/unix/timing.c.orig Fri Jul 24 07:30:09 1998 ++++ imlib/port/unix/timing.c Fri Jul 24 07:39:44 1998 +@@ -17,3 +17,7 @@ + { +- struct timezone tz={0,DST_USA}; ++#ifdef __NetBSD__ ++ struct timezone tz={0,0}; /* gettimeofday is deprecated */ ++#else ++ struct timezone tz={0,DST_USA}; ++#endif + gettimeofday((struct timeval *)&seconds,&tz); |