diff --git a/graphics/glosm/files/patch-libglosm-server-include-glosm-BBox.hh b/graphics/glosm/files/patch-libglosm-server-include-glosm-BBox.hh new file mode 100644 index 000000000000..ff80e5c03bc4 --- /dev/null +++ b/graphics/glosm/files/patch-libglosm-server-include-glosm-BBox.hh @@ -0,0 +1,11 @@ +--- libglosm-server/include/glosm/BBox.hh.orig 2011-02-27 18:05:45.000000000 +0300 ++++ libglosm-server/include/glosm/BBox.hh 2013-08-22 15:50:54.227227655 +0400 +@@ -48,7 +48,7 @@ + /** + * Constructs empty bounding box + */ +- BBox(): BBox::Empty() { ++ BBox(): left(std::numeric_limits::max()), bottom(std::numeric_limits::max()), right(std::numeric_limits::min()), top(std::numeric_limits::min()) { + } + + /**