summaryrefslogtreecommitdiff
path: root/games/anise
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-11-23 23:28:06 +0000
committerjoerg <joerg@pkgsrc.org>2011-11-23 23:28:06 +0000
commit22097bf265f6ce67c7dbf7c88d5e7745cddce6bc (patch)
treed2e00ae584e3b33746c6add69f9d5d51ee0d743b /games/anise
parentf72785aedba696b4b22011875b2ea2ae58671061 (diff)
downloadpkgsrc-22097bf265f6ce67c7dbf7c88d5e7745cddce6bc.tar.gz
Add missing includes to fix build with newer GCC
Diffstat (limited to 'games/anise')
-rw-r--r--games/anise/distinfo4
-rw-r--r--games/anise/patches/patch-file.cpp9
-rw-r--r--games/anise/patches/patch-option.cpp9
3 files changed, 21 insertions, 1 deletions
diff --git a/games/anise/distinfo b/games/anise/distinfo
index 037d3fee9fa..961771fcddc 100644
--- a/games/anise/distinfo
+++ b/games/anise/distinfo
@@ -1,5 +1,7 @@
-$NetBSD: distinfo,v 1.2 2005/02/23 23:11:54 agc Exp $
+$NetBSD: distinfo,v 1.3 2011/11/23 23:28:06 joerg Exp $
SHA1 (anise-beta10-20040307-linux.tar.gz) = 3018edc28b8777a3e94343237557f0c74a135e0e
RMD160 (anise-beta10-20040307-linux.tar.gz) = 3b711393ad72b4eb22343098d359424229f9097a
Size (anise-beta10-20040307-linux.tar.gz) = 517545 bytes
+SHA1 (patch-file.cpp) = 603f88b56af6edfbc3dbf8bd81522ed28a74ecdb
+SHA1 (patch-option.cpp) = bb985b8c3d074e775a8b1020032403a82074ccb2
diff --git a/games/anise/patches/patch-file.cpp b/games/anise/patches/patch-file.cpp
new file mode 100644
index 00000000000..32196410124
--- /dev/null
+++ b/games/anise/patches/patch-file.cpp
@@ -0,0 +1,9 @@
+$NetBSD: patch-file.cpp,v 1.1 2011/11/23 23:28:06 joerg Exp $
+
+--- file.cpp.orig 2011-11-23 16:45:41.000000000 +0000
++++ file.cpp
+@@ -1,3 +1,4 @@
++#include <string.h>
+ #include "file.h"
+
+ File::File(Memory *memory, Option *option)
diff --git a/games/anise/patches/patch-option.cpp b/games/anise/patches/patch-option.cpp
new file mode 100644
index 00000000000..fa447533a40
--- /dev/null
+++ b/games/anise/patches/patch-option.cpp
@@ -0,0 +1,9 @@
+$NetBSD: patch-option.cpp,v 1.1 2011/11/23 23:28:06 joerg Exp $
+
+--- option.cpp.orig 2011-11-23 16:46:06.000000000 +0000
++++ option.cpp
+@@ -1,3 +1,4 @@
++#include <string.h>
+ #include "option.h"
+
+ Option::Option()