From b7b97785ebbb2f11d24d14dab8b81ed274f4ce6a Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 19 Mar 2019 11:37:34 +0000 Subject: gentoo resync : 19.03.2019 --- dev-db/mongodb/files/mongodb-3.2.10-boost-1.62.patch | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 dev-db/mongodb/files/mongodb-3.2.10-boost-1.62.patch (limited to 'dev-db/mongodb/files') diff --git a/dev-db/mongodb/files/mongodb-3.2.10-boost-1.62.patch b/dev-db/mongodb/files/mongodb-3.2.10-boost-1.62.patch deleted file mode 100644 index 30a3bdff45f8..000000000000 --- a/dev-db/mongodb/files/mongodb-3.2.10-boost-1.62.patch +++ /dev/null @@ -1,15 +0,0 @@ -Derived from http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/databases/mongodb/patches/patch-src_mongo_db_fts_unicode_string.cpp v1.1 - -* Fix build with boost 1.62.0 - ---- a/src/mongo/db/fts/unicode/string.cpp 2016-09-26 12:10:04.000000000 +0000 -+++ b/src/mongo/db/fts/unicode/string.cpp -@@ -274,7 +274,7 @@ bool String::substrMatch(const std::stri - - // Case sensitive and diacritic sensitive. - return boost::algorithm::boyer_moore_search( -- haystack.begin(), haystack.end(), needle.begin(), needle.end()) != haystack.end(); -+ haystack.begin(), haystack.end(), needle.begin(), needle.end()) != std::make_pair(haystack.end(), haystack.end()); - } - - } // namespace unicode -- cgit v1.2.3