diff options
author | Marc Vertes <mvertes@free.fr> | 2018-01-02 11:20:46 +0000 |
---|---|---|
committer | Leonardo Arena <rnalrd@alpinelinux.org> | 2018-01-04 07:06:40 +0000 |
commit | e94cb28568e3712b39d5d37f37c5cc8b2bf32f0a (patch) | |
tree | 83becb8e23a0e12d4578312074a9df049db58e92 /community/mongodb/boost162.patch | |
parent | bca8323793a4c8ddfdb1f7f865cbfa62e93056aa (diff) | |
download | aports-e94cb28568e3712b39d5d37f37c5cc8b2bf32f0a.tar.bz2 aports-e94cb28568e3712b39d5d37f37c5cc8b2bf32f0a.tar.xz |
community/mongodb: upgrade to 3.6.1
Diffstat (limited to 'community/mongodb/boost162.patch')
-rw-r--r-- | community/mongodb/boost162.patch | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/community/mongodb/boost162.patch b/community/mongodb/boost162.patch deleted file mode 100644 index 30a3bdff45..0000000000 --- a/community/mongodb/boost162.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 |