diff options
Diffstat (limited to 'dev-db/mongodb/files/mongodb-2.6.10-fix-boost-1.57.patch')
-rw-r--r-- | dev-db/mongodb/files/mongodb-2.6.10-fix-boost-1.57.patch | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/dev-db/mongodb/files/mongodb-2.6.10-fix-boost-1.57.patch b/dev-db/mongodb/files/mongodb-2.6.10-fix-boost-1.57.patch deleted file mode 100644 index 5f289c078831..000000000000 --- a/dev-db/mongodb/files/mongodb-2.6.10-fix-boost-1.57.patch +++ /dev/null @@ -1,13 +0,0 @@ -diff -up mongodb-src-r2.6.7/src/mongo/shell/linenoise_utf8.h\~ mongodb-src-r2.6.7/src/mongo/shell/linenoise_utf8.h ---- mongodb-src-r2.6.7/src/mongo/shell/linenoise_utf8.h~ 2015-01-13 18:12:06.000000000 +0100 -+++ mongodb-src-r2.6.7/src/mongo/shell/linenoise_utf8.h 2015-01-28 22:22:50.538934558 +0100 -@@ -17,6 +17,7 @@ - - #include <boost/smart_ptr/scoped_array.hpp> - #include <string.h> -+#include <algorithm> - - namespace linenoise_utf8 { - - -Diff finished. Wed Jan 28 22:24:47 2015 |