Index: head/cad/kicad-devel/files/patch-3d-viewer_3d__cache_3d__cache.cpp =================================================================== --- head/cad/kicad-devel/files/patch-3d-viewer_3d__cache_3d__cache.cpp (nonexistent) +++ head/cad/kicad-devel/files/patch-3d-viewer_3d__cache_3d__cache.cpp (revision 474255) @@ -0,0 +1,21 @@ +After boostorg/uuid@33da3e2a5b87 (and boostorg/uuid@3d2f7758e9e1) build fails: + +3d-viewer/3d_cache/3d_cache.cpp:37:10: fatal error: 'boost/uuid/sha1.hpp' file not found +#include + ^ + +--- 3d-viewer/3d_cache/3d_cache.cpp.orig 2018-07-03 15:23:16 UTC ++++ 3d-viewer/3d_cache/3d_cache.cpp +@@ -34,7 +34,12 @@ + #include + #include + ++#include ++#if (BOOST_VERSION >= 106600) ++#include ++#else + #include ++#endif + + #include + #include Property changes on: head/cad/kicad-devel/files/patch-3d-viewer_3d__cache_3d__cache.cpp ___________________________________________________________________ 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