summaryrefslogtreecommitdiff
path: root/games
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2020-04-15 22:52:09 +0000
committerjoerg <joerg@pkgsrc.org>2020-04-15 22:52:09 +0000
commitd70e220eed1f561b37277cbbf4fe066379ff46c8 (patch)
treead4ec149a7512036bbb8d140006f0aaaca6c9318 /games
parent12a5fbd33b5b64cb86d2a9e6c1ad86eb887749fd (diff)
downloadpkgsrc-d70e220eed1f561b37277cbbf4fe066379ff46c8.tar.gz
Add missing header
Diffstat (limited to 'games')
-rw-r--r--games/wesnoth/distinfo3
-rw-r--r--games/wesnoth/patches/patch-src_color__range.cpp12
2 files changed, 14 insertions, 1 deletions
diff --git a/games/wesnoth/distinfo b/games/wesnoth/distinfo
index 20837f18990..0eae5201a63 100644
--- a/games/wesnoth/distinfo
+++ b/games/wesnoth/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.69 2020/02/20 17:58:02 nia Exp $
+$NetBSD: distinfo,v 1.70 2020/04/15 22:52:09 joerg Exp $
SHA1 (wesnoth-1.14.11.tar.bz2) = 04381df6391283da4aae5b5d4a8eab8800efbbc0
RMD160 (wesnoth-1.14.11.tar.bz2) = 0267a0943b8277de89e4d1f518c13e4948a6c4de
@@ -6,4 +6,5 @@ SHA512 (wesnoth-1.14.11.tar.bz2) = f0c932a2623df35bdcae3d758f3c9ef583ab04bb88640
Size (wesnoth-1.14.11.tar.bz2) = 458916843 bytes
SHA1 (patch-CMakeLists.txt) = 5c580a7b9719d769507c2c0ec3580d6cf523e7f0
SHA1 (patch-src_CMakeLists.txt) = 5839663ab11a9fdc31e89b74ce2708a251155d9f
+SHA1 (patch-src_color__range.cpp) = bdce94054a0fb2972e63a968fdb78e34db1213a6
SHA1 (patch-src_wesnoth.cpp) = 73fa69b47de231c5ce16f66a52b449d5242ffe67
diff --git a/games/wesnoth/patches/patch-src_color__range.cpp b/games/wesnoth/patches/patch-src_color__range.cpp
new file mode 100644
index 00000000000..b7f853b6d52
--- /dev/null
+++ b/games/wesnoth/patches/patch-src_color__range.cpp
@@ -0,0 +1,12 @@
+$NetBSD: patch-src_color__range.cpp,v 1.1 2020/04/15 22:52:09 joerg Exp $
+
+--- src/color_range.cpp.orig 2020-04-14 20:36:13.908481410 +0000
++++ src/color_range.cpp
+@@ -24,6 +24,7 @@
+ #include "map/map.hpp"
+
+ #include <iomanip>
++#include <sstream>
+ #include <unordered_set>
+
+ color_range_map recolor_range(const color_range& new_range, const std::vector<color_t>& old_rgb)