Index: head/graphics/openorienteering-mapper/files/patch-src_core_objects_object.h =================================================================== --- head/graphics/openorienteering-mapper/files/patch-src_core_objects_object.h (nonexistent) +++ head/graphics/openorienteering-mapper/files/patch-src_core_objects_object.h (revision 568688) @@ -0,0 +1,11 @@ +--- src/core/objects/object.h.orig 2020-03-14 12:50:26 UTC ++++ src/core/objects/object.h +@@ -1276,7 +1276,7 @@ float ObjectPathCoord::findClosestPointTo(const MapCoo + inline + constexpr ObjectPathCoord::operator bool() const + { +- return bool { object }; ++ return static_cast(object); + } + + } // namespace OpenOrienteering Property changes on: head/graphics/openorienteering-mapper/files/patch-src_core_objects_object.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