summaryrefslogtreecommitdiff
path: root/games/grhino
diff options
context:
space:
mode:
authorkristerw <kristerw>2004-09-11 21:43:27 +0000
committerkristerw <kristerw>2004-09-11 21:43:27 +0000
commitc34caab500dd84e7b35d02a6e322ed64850725ff (patch)
tree7d5e5f3fc676c5c009e8dc622db83f7d096133b9 /games/grhino
parentdd09945a5ed1690aec839c2e5e9196f70c45754c (diff)
downloadpkgsrc-c34caab500dd84e7b35d02a6e322ed64850725ff.tar.gz
Add missing includes to make this package build on NetBSD 1.6.
Diffstat (limited to 'games/grhino')
-rw-r--r--games/grhino/distinfo4
-rw-r--r--games/grhino/patches/patch-aa12
-rw-r--r--games/grhino/patches/patch-ab12
3 files changed, 27 insertions, 1 deletions
diff --git a/games/grhino/distinfo b/games/grhino/distinfo
index 9917320c0fa..01affcad2cd 100644
--- a/games/grhino/distinfo
+++ b/games/grhino/distinfo
@@ -1,4 +1,6 @@
-$NetBSD: distinfo,v 1.6 2004/08/15 21:42:51 wiz Exp $
+$NetBSD: distinfo,v 1.7 2004/09/11 21:43:27 kristerw Exp $
SHA1 (grhino-0.12.0.tar.gz) = 5ea1a524382acbb4d02aa01efef7b50db428c609
Size (grhino-0.12.0.tar.gz) = 890606 bytes
+SHA1 (patch-aa) = 64768899fb04ab39e4d820ed22bebf677f77a60c
+SHA1 (patch-ab) = e84e7fe4b6c5af92cd7a8a916c01bd583e028e54
diff --git a/games/grhino/patches/patch-aa b/games/grhino/patches/patch-aa
new file mode 100644
index 00000000000..e85d3a7a860
--- /dev/null
+++ b/games/grhino/patches/patch-aa
@@ -0,0 +1,12 @@
+$NetBSD: patch-aa,v 1.3 2004/09/11 21:43:27 kristerw Exp $
+
+--- alphabeta.cc.orig Sat Sep 11 23:33:47 2004
++++ alphabeta.cc Sat Sep 11 23:35:08 2004
+@@ -27,6 +27,7 @@
+ #include <stdlib.h>
+ #include <pthread.h>
+ #include <fstream>
++#include <string>
+ using namespace std;
+
+ /*************************************************************************
diff --git a/games/grhino/patches/patch-ab b/games/grhino/patches/patch-ab
new file mode 100644
index 00000000000..c4747472e40
--- /dev/null
+++ b/games/grhino/patches/patch-ab
@@ -0,0 +1,12 @@
+$NetBSD: patch-ab,v 1.3 2004/09/11 21:43:27 kristerw Exp $
+
+--- grhino.cc.orig Sat Sep 11 23:33:02 2004
++++ grhino.cc Sat Sep 11 23:33:22 2004
+@@ -29,6 +29,7 @@
+ #include <gnome.h>
+
+ #include <pthread.h>
++#include <locale.h>
+
+ #include <pwd.h>
+ #include <sys/types.h>