summaryrefslogtreecommitdiffstats
path: root/libraries/yaml-cpp/boost_patch.diff
diff options
context:
space:
mode:
author Matteo Bernardini2019-09-14 07:57:43 +0200
committer Matteo Bernardini2019-09-14 07:57:43 +0200
commitde40343a1db85e9c173db1c195923e0157d93cfe (patch)
tree72c35cdc13e9823bcfb4d26866f4b97b1440420b /libraries/yaml-cpp/boost_patch.diff
parent50b7e832ae3d4c1f51d3d0e93ab9face1a8d036d (diff)
downloadslackbuilds-607d2417d8ce3784c703749f51ee1759d77af9a7.tar.gz
20190914.1 global branch merge.current-20190914.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 {