]> git.pld-linux.org Git - packages/mongodb.git/blob - mongodb-system-libs.patch
fb464c57cd8e1fe0e67a75304a863751731351f7
[packages/mongodb.git] / mongodb-system-libs.patch
1 --- mongodb-src-r2.2.0.orig/src/mongo/util/compress.cpp 2012-08-28 07:28:11.000000000 +0200
2 +++ mongodb-src-r2.2.0/src/mongo/util/compress.cpp      2012-09-28 14:07:08.000000000 +0200
3 @@ -2,7 +2,7 @@
4  
5  #include "mongo/util/compress.h"
6  
7 -#include "third_party/snappy/snappy.h"
8 +#include <snappy.h>
9  
10  namespace mongo {
11  
12 diff -dur mongodb-src-r2.2.0.orig/src/mongo/scripting/engine_spidermonkey.cpp mongodb-src-r2.2.0/src/mongo/scripting/engine_spidermonkey.cpp
13 --- mongodb-src-r2.2.0.orig/src/mongo/scripting/engine_spidermonkey.cpp 2012-08-28 07:28:11.000000000 +0200
14 +++ mongodb-src-r2.2.0/src/mongo/scripting/engine_spidermonkey.cpp      2012-10-08 12:27:07.000000000 +0200
15 @@ -25,7 +25,7 @@
16  #include <boost/date_time/posix_time/posix_time.hpp>
17  #endif
18  
19 -#include <third_party/js-1.7/jsdate.h>
20 +#include <js/jsdate.h>
21  
22  #include "mongo/util/mongoutils/str.h"
23  
24 diff -dur mongodb-src-r2.2.0.orig/src/mongo/scripting/engine_spidermonkey.h mongodb-src-r2.2.0/src/mongo/scripting/engine_spidermonkey.h
25 --- mongodb-src-r2.2.0.orig/src/mongo/scripting/engine_spidermonkey.h   2012-08-28 07:28:11.000000000 +0200
26 +++ mongodb-src-r2.2.0/src/mongo/scripting/engine_spidermonkey.h        2012-10-08 12:27:55.000000000 +0200
27 @@ -29,7 +29,7 @@
28  #define JS_PUBLIC_DATA(t)   t
29  #endif
30  
31 -#include <third_party/js-1.7/jsapi.h>
32 +#include <js/jsapi.h>
33  
34  // END inc hacking
35  
This page took 0.050643 seconds and 3 git commands to generate.