diff options
author | kristerw <kristerw@pkgsrc.org> | 2004-09-11 21:43:27 +0000 |
---|---|---|
committer | kristerw <kristerw@pkgsrc.org> | 2004-09-11 21:43:27 +0000 |
commit | 27cedccdb2144012479ce98c4c57f6166bb84ca4 (patch) | |
tree | 7d5e5f3fc676c5c009e8dc622db83f7d096133b9 /games | |
parent | d44d7a5a88e55104803c0bc7f3160c097b170932 (diff) | |
download | pkgsrc-27cedccdb2144012479ce98c4c57f6166bb84ca4.tar.gz |
Add missing includes to make this package build on NetBSD 1.6.
Diffstat (limited to 'games')
-rw-r--r-- | games/grhino/distinfo | 4 | ||||
-rw-r--r-- | games/grhino/patches/patch-aa | 12 | ||||
-rw-r--r-- | games/grhino/patches/patch-ab | 12 |
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> |