Index: head/editors/openoffice-4/files/patch-vcl_source_glyphs_graphite__layout.cxx =================================================================== --- head/editors/openoffice-4/files/patch-vcl_source_glyphs_graphite__layout.cxx (nonexistent) +++ head/editors/openoffice-4/files/patch-vcl_source_glyphs_graphite__layout.cxx (revision 415875) @@ -0,0 +1,14 @@ +--- vcl/source/glyphs/graphite_layout.cxx.orig 2014-02-25 08:33:06 UTC ++++ vcl/source/glyphs/graphite_layout.cxx +@@ -107,9 +107,10 @@ namespace + typedef ext_std::pair glyph_range_t; + typedef ext_std::pair glyph_set_range_t; + +- inline long round(const float n) { ++ inline long round_(const float n) { + return long(n + (n < 0 ? -0.5 : 0.5)); + } ++#define round round_ + + + template Property changes on: head/editors/openoffice-4/files/patch-vcl_source_glyphs_graphite__layout.cxx ___________________________________________________________________ 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 Index: head/editors/openoffice-devel/files/patch-vcl_source_glyphs_graphite__layout.cxx =================================================================== --- head/editors/openoffice-devel/files/patch-vcl_source_glyphs_graphite__layout.cxx (nonexistent) +++ head/editors/openoffice-devel/files/patch-vcl_source_glyphs_graphite__layout.cxx (revision 415875) @@ -0,0 +1,14 @@ +--- vcl/source/glyphs/graphite_layout.cxx.orig 2014-02-25 08:33:06 UTC ++++ vcl/source/glyphs/graphite_layout.cxx +@@ -107,9 +107,10 @@ namespace + typedef ext_std::pair glyph_range_t; + typedef ext_std::pair glyph_set_range_t; + +- inline long round(const float n) { ++ inline long round_(const float n) { + return long(n + (n < 0 ? -0.5 : 0.5)); + } ++#define round round_ + + + template Property changes on: head/editors/openoffice-devel/files/patch-vcl_source_glyphs_graphite__layout.cxx ___________________________________________________________________ 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