Index: head/multimedia/mkvtoolnix/files/patch-src_common_strings_editing.h =================================================================== --- head/multimedia/mkvtoolnix/files/patch-src_common_strings_editing.h (nonexistent) +++ head/multimedia/mkvtoolnix/files/patch-src_common_strings_editing.h (revision 508424) @@ -0,0 +1,11 @@ +--- src/common/strings/editing.h.orig 2019-06-22 10:06:04 UTC ++++ src/common/strings/editing.h +@@ -29,7 +29,7 @@ inline std::vector + split(std::string const &text, + std::string const &pattern = ",", + size_t max = 0) { +- return split(text, boost::regex("\\Q"s + pattern, boost::regex::perl), max); ++ return ::split(text, boost::regex("\\Q"s + pattern, boost::regex::perl), max); + } + + void strip(std::string &s, bool newlines = false); Property changes on: head/multimedia/mkvtoolnix/files/patch-src_common_strings_editing.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