ports/databases/mongodb/files/patch-src_mongo_scripting_engine_spidermonkey.h
Alex Dupre 62166b29b3 Update to 2.4.1 release and overhaul:
- use bundled boost lib, since 1.52 from ports make mongod segfaulting
- set LICENSE
- use V8 Javascript engine by default (SM still an option, deprecated)
- make SSL optional (ON by default)
- add support for running regression tests
- enhance rc script
- add support for ccache
- install c++ driver / client library
- take maintainership

Approved by:	maintainer timeout (> 6 months)
2013-03-29 08:56:13 +00:00

11 lines
311 B
C

--- src/mongo/scripting/engine_spidermonkey.h.orig 2013-03-15 19:59:55.000000000 +0100
+++ src/mongo/scripting/engine_spidermonkey.h 2013-03-22 17:54:19.000000000 +0100
@@ -29,7 +29,7 @@
#define JS_PUBLIC_DATA(t) t
#endif
-#include <third_party/js-1.7/jsapi.h>
+#include <jsapi.h>
// END inc hacking