summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorminskim <minskim>2004-06-12 15:01:37 +0000
committerminskim <minskim>2004-06-12 15:01:37 +0000
commitd12f02bbd5ce37d53a0e658e1008e4644146b57e (patch)
tree069ee91ad0c4a884d346fdc615eab13ccadf5bfb /games
parent556dd0649f02f3979855b2ad5ab953997909e56c (diff)
downloadpkgsrc-d12f02bbd5ce37d53a0e658e1008e4644146b57e.tar.gz
Include time.h for Linux. Patch provided by Roland Illig on tech-pkg@.
Diffstat (limited to 'games')
-rw-r--r--games/baduki/distinfo3
-rw-r--r--games/baduki/patches/patch-aa14
2 files changed, 16 insertions, 1 deletions
diff --git a/games/baduki/distinfo b/games/baduki/distinfo
index 58d53dcff95..07424a84a69 100644
--- a/games/baduki/distinfo
+++ b/games/baduki/distinfo
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.4 2002/11/30 14:48:35 grant Exp $
+$NetBSD: distinfo,v 1.5 2004/06/12 15:01:37 minskim Exp $
SHA1 (baduki-0.2.9.tar.gz) = a70a2c11b66b97bae979f597de831a99d6c8121f
Size (baduki-0.2.9.tar.gz) = 193558 bytes
+SHA1 (patch-aa) = f32188af5a36a51239057212a2a76821d5dfb2c4
SHA1 (patch-ad) = c65aac612e200bbaf10ee57f6bd4bbd1fd6b4653
diff --git a/games/baduki/patches/patch-aa b/games/baduki/patches/patch-aa
new file mode 100644
index 00000000000..84951a4ea0c
--- /dev/null
+++ b/games/baduki/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.3 2004/06/12 15:01:37 minskim Exp $
+
+This patch is needed for Linux.
+
+--- src/utils.c.orig 1999-08-05 14:45:06.000000000 -0500
++++ src/utils.c
+@@ -21,6 +21,7 @@
+ #include <string.h>
+ #include <stdio.h>
+ #include <sys/time.h>
++#include <time.h>
+ #include <unistd.h>
+
+ #include "baduki.h"