summaryrefslogtreecommitdiff
path: root/games/warmux
diff options
context:
space:
mode:
authorjoerg <joerg>2013-04-29 21:31:09 +0000
committerjoerg <joerg>2013-04-29 21:31:09 +0000
commit27cfe9f3fe8172333031a237587c85d3b74b83f1 (patch)
treeb710080e6271cb564fc3ba34cc7bac3fab429e6d /games/warmux
parent5b712ad6db3ee7cfff6af6d4a17df350c8b2503f (diff)
downloadpkgsrc-27cfe9f3fe8172333031a237587c85d3b74b83f1.tar.gz
Add a number of includes hidden by libstdc++'s name space pollution.
Diffstat (limited to 'games/warmux')
-rw-r--r--games/warmux/distinfo4
-rw-r--r--games/warmux/patches/patch-lib_warmux_base_i18n.cpp12
-rw-r--r--games/warmux/patches/patch-tools_list__games_main.cpp10
3 files changed, 25 insertions, 1 deletions
diff --git a/games/warmux/distinfo b/games/warmux/distinfo
index d2912a5cb48..eff050f51e4 100644
--- a/games/warmux/distinfo
+++ b/games/warmux/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.2 2012/04/01 14:41:17 wiz Exp $
+$NetBSD: distinfo,v 1.3 2013/04/29 21:31:10 joerg Exp $
SHA1 (warmux-11.01.tar.bz2) = 18e5d5bf144f069405c75ff8fe51296d9a7871a5
RMD160 (warmux-11.01.tar.bz2) = 85a7bbfed5ca2ccbd793a12d7ea548948a747a88
@@ -7,3 +7,5 @@ SHA1 (patch-aa) = 163449e2cc6fadede8ce1a77bee08fcda59a0f0f
SHA1 (patch-ab) = 48893791c36ae88b3fc5f565a39d3de786bc88d4
SHA1 (patch-ac) = 24179b2ccdc2dc2dc6c95c33f12b7e55bb6f5a6e
SHA1 (patch-lib_warmux_action_action.cpp) = 8a1138902c4fb8fbff4fddac4975fe352b532eca
+SHA1 (patch-lib_warmux_base_i18n.cpp) = 130fa3617f5549e9c47dcd907c33a54f0b19fcda
+SHA1 (patch-tools_list__games_main.cpp) = 0577d2e2cc073ba7d8efdce567138eb43bc535f4
diff --git a/games/warmux/patches/patch-lib_warmux_base_i18n.cpp b/games/warmux/patches/patch-lib_warmux_base_i18n.cpp
new file mode 100644
index 00000000000..50db3626250
--- /dev/null
+++ b/games/warmux/patches/patch-lib_warmux_base_i18n.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-lib_warmux_base_i18n.cpp,v 1.1 2013/04/29 21:31:10 joerg Exp $
+
+--- lib/warmux/base/i18n.cpp.orig 2013-04-29 19:41:28.000000000 +0000
++++ lib/warmux/base/i18n.cpp
+@@ -23,6 +23,7 @@
+ #include <WARMUX_i18n.h>
+ #include <WARMUX_error.h>
+ #include <string>
++#include <locale.h>
+ #include <stdio.h>
+ #include <stdarg.h>
+ #include <stdlib.h>
diff --git a/games/warmux/patches/patch-tools_list__games_main.cpp b/games/warmux/patches/patch-tools_list__games_main.cpp
new file mode 100644
index 00000000000..83e90847bc9
--- /dev/null
+++ b/games/warmux/patches/patch-tools_list__games_main.cpp
@@ -0,0 +1,10 @@
+$NetBSD: patch-tools_list__games_main.cpp,v 1.1 2013/04/29 21:31:10 joerg Exp $
+
+--- tools/list_games/main.cpp.orig 2013-04-29 19:45:36.000000000 +0000
++++ tools/list_games/main.cpp
+@@ -1,4 +1,5 @@
+ #include <stdio.h>
++#include <unistd.h>
+ #include <WARMUX_types.h>
+ #include <WARMUX_network.h>
+ #include <WARMUX_index_server.h>