aboutsummaryrefslogtreecommitdiffstats
path: root/community/mongodb/fix-std-string.patch
diff options
context:
space:
mode:
authorMarc Vertes <mvertes@free.fr>2017-11-12 16:53:10 +0100
committerLeonardo Arena <rnalrd@alpinelinux.org>2017-11-14 07:17:43 +0000
commitb3a49a25c5fd50657a05053f16aa462a93c195b5 (patch)
tree4ef3bec42557f7655c4ead276254288f4c406c74 /community/mongodb/fix-std-string.patch
parenta5ff2c4e56dfe5eef87a0e342d39e124313e4e80 (diff)
downloadaports-b3a49a25c5fd50657a05053f16aa462a93c195b5.tar.bz2
aports-b3a49a25c5fd50657a05053f16aa462a93c195b5.tar.xz
community/mongodb: upgrade to 3.4.10
Diffstat (limited to 'community/mongodb/fix-std-string.patch')
-rw-r--r--community/mongodb/fix-std-string.patch10
1 files changed, 0 insertions, 10 deletions
diff --git a/community/mongodb/fix-std-string.patch b/community/mongodb/fix-std-string.patch
index f2807a83f8..cf1953070e 100644
--- a/community/mongodb/fix-std-string.patch
+++ b/community/mongodb/fix-std-string.patch
@@ -29,16 +29,6 @@
Status LeafMatchExpression::setPath(StringData path) {
_path = path;
return _elementPath.init(_path);
---- mongodb-src-r3.4.7/src/mongo/util/net/miniwebserver.cpp.orig
-+++ mongodb-src-r3.4.7/src/mongo/util/net/miniwebserver.cpp
-@@ -45,6 +45,7 @@
- namespace mongo {
-
- using std::shared_ptr;
-+using std::string;
- using std::stringstream;
- using std::vector;
-
--- mongodb-src-r3.4.7/src/mongo/shell/bench.cpp.orig
+++ mongodb-src-r3.4.7/src/mongo/shell/bench.cpp
@@ -78,6 +78,7 @@