Import of pkgsrc-2015Q2
This commit is contained in:
13
databases/mongodb/patches/patch-src_mongo_base_initializer.h
Normal file
13
databases/mongodb/patches/patch-src_mongo_base_initializer.h
Normal file
@@ -0,0 +1,13 @@
|
||||
$NetBSD: patch-src_mongo_base_initializer.h,v 1.1 2015/05/02 08:10:33 ryoon Exp $
|
||||
|
||||
Fixes at least SunOS.
|
||||
--- src/mongo/base/initializer.h.orig 2014-04-07 00:36:57.000000000 +0000
|
||||
+++ src/mongo/base/initializer.h
|
||||
@@ -17,6 +17,7 @@
|
||||
|
||||
#include <string>
|
||||
#include <vector>
|
||||
+#include <unistd.h>
|
||||
|
||||
#include "mongo/base/disallow_copying.h"
|
||||
#include "mongo/base/initializer_context.h"
|
||||
Reference in New Issue
Block a user