summaryrefslogtreecommitdiffstats
path: root/libraries/yaml-cpp/boost_patch.diff
diff options
context:
space:
mode:
author Matteo Bernardini2019-12-01 09:24:12 +0100
committer Matteo Bernardini2019-12-01 09:24:12 +0100
commitde6029b5d14f1a8c0ed86613966159d54f8b8c3f (patch)
tree62d354a07988aca35ca7baef02ce5ef626e6c21b /libraries/yaml-cpp/boost_patch.diff
parent0a75303e7d6b044cf86185ec25d8ed078aae15ee (diff)
downloadslackbuilds-current-20191201.1.tar.gz
20191201.1 global branch merge.current-20191201.1
Signed-off-by: Matteo Bernardini <ponce@slackbuilds.org>
Diffstat (limited to 'libraries/yaml-cpp/boost_patch.diff')
-rw-r--r--libraries/yaml-cpp/boost_patch.diff11
1 files changed, 11 insertions, 0 deletions
diff --git a/libraries/yaml-cpp/boost_patch.diff b/libraries/yaml-cpp/boost_patch.diff
new file mode 100644
index 0000000000..913c300b50
--- /dev/null
+++ b/libraries/yaml-cpp/boost_patch.diff
@@ -0,0 +1,11 @@
+diff -Naur yaml-cpp-release-0.5.3.bak/include/yaml-cpp/node/detail/iterator.h yaml-cpp-release-0.5.3/include/yaml-cpp/node/detail/iterator.h
+--- yaml-cpp-release-0.5.3.bak/include/yaml-cpp/node/detail/iterator.h 2016-01-11 07:11:40.000000000 +1300
++++ yaml-cpp-release-0.5.3/include/yaml-cpp/node/detail/iterator.h 2018-07-22 16:58:24.156667873 +1200
+@@ -11,6 +11,7 @@
+ #include "yaml-cpp/node/ptr.h"
+ #include "yaml-cpp/node/detail/node_iterator.h"
+ #include <boost/iterator/iterator_adaptor.hpp>
++#include <boost/next_prior.hpp>
+ #include <boost/utility.hpp>
+
+ namespace YAML {