pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

infraarcana: build fixes for gcc 5.4.0



Module Name:	pkgsrc-wip
Committed By:	Yorick Hardy <yorickhardy%gmail.com@localhost>
Pushed By:	yhardy
Date:		Mon Nov 21 20:05:07 2016 +0200
Changeset:	b7fa025de91526cf4c8080b5f1515f64845f40ff

Modified Files:
	infraarcana/distinfo
Added Files:
	infraarcana/patches/patch-rl__utils_src_rl__utils.cpp
	infraarcana/patches/patch-src_room.cpp

Log Message:
infraarcana: build fixes for gcc 5.4.0

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b7fa025de91526cf4c8080b5f1515f64845f40ff

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 infraarcana/distinfo                                  |  2 ++
 infraarcana/patches/patch-rl__utils_src_rl__utils.cpp | 14 ++++++++++++++
 infraarcana/patches/patch-src_room.cpp                | 14 ++++++++++++++
 3 files changed, 30 insertions(+)

diffs:
diff --git a/infraarcana/distinfo b/infraarcana/distinfo
index 2d2e903..729b6e8 100644
--- a/infraarcana/distinfo
+++ b/infraarcana/distinfo
@@ -9,6 +9,8 @@ RMD160 (infraarcana/rl_utils-757bef657fa43e2d7f41192e07227a00c62236e4.zip) = 51b
 SHA512 (infraarcana/rl_utils-757bef657fa43e2d7f41192e07227a00c62236e4.zip) = 9ad70df01991302fa2b33739c1971072447daf65db1fc5d550208be7f31037bc2558a4f83b2eb5f769a127743949b177b9ac8c979d33c4da80cea3a5edacbf97
 Size (infraarcana/rl_utils-757bef657fa43e2d7f41192e07227a00c62236e4.zip) = 13629 bytes
 SHA1 (patch-Makefile) = fee6998b86b63e1e67ee3d55561865d2f4565013
+SHA1 (patch-rl__utils_src_rl__utils.cpp) = 2b5a965e4f4f818f3bc94c52302b9d5f3d022d31
 SHA1 (patch-src_config.cpp) = ac2ee03728e5dc0e7cd851bd5f9ef0392ae27f22
 SHA1 (patch-src_input.cpp) = a84f3c470d08c9fa84de766fd951286a93dc1855
+SHA1 (patch-src_room.cpp) = de4bd35d31cd9c3359a061307511ef5c0e8bf3e0
 SHA1 (patch-src_save__handling.cpp) = 634c7a6db5870861e0d8e1a70a341776c16464a6
diff --git a/infraarcana/patches/patch-rl__utils_src_rl__utils.cpp b/infraarcana/patches/patch-rl__utils_src_rl__utils.cpp
new file mode 100644
index 0000000..3e33985
--- /dev/null
+++ b/infraarcana/patches/patch-rl__utils_src_rl__utils.cpp
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Fix includes (for accumulator).
+
+--- rl_utils/src/rl_utils.cpp.orig	2016-04-30 08:38:48.000000000 +0000
++++ rl_utils/src/rl_utils.cpp
+@@ -4,6 +4,7 @@
+ #include <vector>
+ #include <cassert>
+ #include <sstream>
++#include <numeric>
+ 
+ #include "mersenne_twister.hpp"
+ 
diff --git a/infraarcana/patches/patch-src_room.cpp b/infraarcana/patches/patch-src_room.cpp
new file mode 100644
index 0000000..953fedb
--- /dev/null
+++ b/infraarcana/patches/patch-src_room.cpp
@@ -0,0 +1,14 @@
+$NetBSD$
+
+Fix includes (for iota).
+
+--- src/room.cpp.orig	2016-07-02 15:42:10.000000000 +0000
++++ src/room.cpp
+@@ -2,6 +2,7 @@
+ 
+ #include <algorithm>
+ #include <climits>
++#include <numeric>
+ 
+ #include "init.hpp"
+ #include "map.hpp"


Home | Main Index | Thread Index | Old Index