summaryrefslogtreecommitdiff
path: root/games/maelstrom-x11
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2004-07-10 23:17:34 +0000
committerwiz <wiz@pkgsrc.org>2004-07-10 23:17:34 +0000
commitae91d4cf33325c3461a774d04710afcd3cdbb8f5 (patch)
tree452ed17ebd78d33143e18cb81cc3ab36199c94b9 /games/maelstrom-x11
parent90fd7470691afb35a7977c59cd436d79cafef78e (diff)
downloadpkgsrc-ae91d4cf33325c3461a774d04710afcd3cdbb8f5.tar.gz
Add missing header file so this compiles with gcc3.
Diffstat (limited to 'games/maelstrom-x11')
-rw-r--r--games/maelstrom-x11/distinfo3
-rw-r--r--games/maelstrom-x11/patches/patch-aj12
2 files changed, 14 insertions, 1 deletions
diff --git a/games/maelstrom-x11/distinfo b/games/maelstrom-x11/distinfo
index 366cb98404c..15821dde863 100644
--- a/games/maelstrom-x11/distinfo
+++ b/games/maelstrom-x11/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/07/11 13:26:13 wiz Exp $
+$NetBSD: distinfo,v 1.2 2004/07/10 23:17:34 wiz Exp $
SHA1 (Maelstrom-1.4.3-L2.0.6-src.tar.gz) = 66c81365104bfab9985919f0cba5a6d955727d79
Size (Maelstrom-1.4.3-L2.0.6-src.tar.gz) = 1463130 bytes
@@ -17,3 +17,4 @@ SHA1 (patch-af) = 46b5ab4cfe3e20401fc5feaa9319c093b025ca1d
SHA1 (patch-ag) = aa7102be99466e81b95258a2a2ff888d7136fda3
SHA1 (patch-ah) = 03a8dcdc19cbcfb6d13a9de80ef529560bb3ad1a
SHA1 (patch-ai) = 25e781f5092530b35256e17003d998443d479372
+SHA1 (patch-aj) = 5135031fbbfa06eb11d24859bb1589361b025ba4
diff --git a/games/maelstrom-x11/patches/patch-aj b/games/maelstrom-x11/patches/patch-aj
new file mode 100644
index 00000000000..c19cb24cc46
--- /dev/null
+++ b/games/maelstrom-x11/patches/patch-aj
@@ -0,0 +1,12 @@
+$NetBSD: patch-aj,v 1.1 2004/07/10 23:17:34 wiz Exp $
+
+--- framebuf.h.orig 1997-04-30 16:22:36.000000000 +0200
++++ framebuf.h
+@@ -5,6 +5,7 @@
+ #define _framebuf_h
+
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <string.h>
+ #include <sys/stat.h>
+