summaryrefslogtreecommitdiff
path: root/games/grhino/patches
diff options
context:
space:
mode:
authorkristerw <kristerw@pkgsrc.org>2004-09-11 21:43:27 +0000
committerkristerw <kristerw@pkgsrc.org>2004-09-11 21:43:27 +0000
commit1c283a1ee443952f03fec0718bc8640b57657630 (patch)
tree7d5e5f3fc676c5c009e8dc622db83f7d096133b9 /games/grhino/patches
parentca6c5437d4e1990ea511019f1161902942d9178f (diff)
downloadpkgsrc-1c283a1ee443952f03fec0718bc8640b57657630.tar.gz
Add missing includes to make this package build on NetBSD 1.6.
Diffstat (limited to 'games/grhino/patches')
-rw-r--r--games/grhino/patches/patch-aa12
-rw-r--r--games/grhino/patches/patch-ab12
2 files changed, 24 insertions, 0 deletions
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>