Index: databases/mongodb36/files/patch-src_mongo_base_error__codes.tpl.h =================================================================== --- databases/mongodb36/files/patch-src_mongo_base_error__codes.tpl.h (nonexistent) +++ databases/mongodb36/files/patch-src_mongo_base_error__codes.tpl.h (working copy) @@ -0,0 +1,11 @@ +--- src/mongo/base/error_codes.tpl.h.orig 2019-08-13 23:47:34 UTC ++++ src/mongo/base/error_codes.tpl.h +@@ -118,7 +118,7 @@ template + constexpr bool isNamedCode = false; + //#for $ec in $codes + template <> +-constexpr bool isNamedCode = true; ++constexpr inline bool isNamedCode = true; + //#end for + + MONGO_COMPILER_NORETURN void throwExceptionForStatus(const Status& status); Property changes on: databases/mongodb36/files/patch-src_mongo_base_error__codes.tpl.h ___________________________________________________________________ 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