Index: head/graphics/mapnik/files/patch-boost-1.69 =================================================================== --- head/graphics/mapnik/files/patch-boost-1.69 (nonexistent) +++ head/graphics/mapnik/files/patch-boost-1.69 (revision 482785) @@ -0,0 +1,62 @@ +https://github.com/mapnik/mapnik/issues/4000 + +--- deps/agg/src/agg_pixfmt_rgba.cpp.orig 2015-11-26 14:32:15 UTC ++++ deps/agg/src/agg_pixfmt_rgba.cpp +@@ -3,7 +3,12 @@ + + #pragma GCC diagnostic push + #include ++#include ++#if BOOST_VERSION >= 106900 ++#include ++#else + #include ++#endif + #include + #include + #pragma GCC diagnostic pop +--- deps/boost/gil/extension/toolbox/hsl.hpp.orig 2015-11-26 14:32:15 UTC ++++ deps/boost/gil/extension/toolbox/hsl.hpp +@@ -16,7 +16,12 @@ + + #pragma GCC diagnostic push + #include ++#include ++#if BOOST_VERSION >= 106900 ++#include ++#else + #include ++#endif + #pragma GCC diagnostic pop + + namespace boost { namespace gil { +--- deps/boost/gil/extension/toolbox/hsv.hpp.orig 2015-11-26 14:32:15 UTC ++++ deps/boost/gil/extension/toolbox/hsv.hpp +@@ -16,7 +16,12 @@ + + #pragma GCC diagnostic push + #include ++#include ++#if BOOST_VERSION >= 106900 ++#include ++#else + #include ++#endif + #pragma GCC diagnostic pop + + namespace boost { namespace gil { +--- include/mapnik/image_filter.hpp.orig 2015-11-26 14:32:15 UTC ++++ include/mapnik/image_filter.hpp +@@ -31,7 +31,12 @@ + + #pragma GCC diagnostic push + #include ++#include ++#if BOOST_VERSION >= 106900 ++#include ++#else + #include ++#endif + #pragma GCC diagnostic pop + + // agg Property changes on: head/graphics/mapnik/files/patch-boost-1.69 ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property