aboutsummaryrefslogtreecommitdiff
path: root/ports/mongo-c-driver/bson.patch
diff options
context:
space:
mode:
authorAlexander Karatarakis <alex@karatarakis.com>2018-01-01 14:48:45 +0200
committerGitHub <noreply@github.com>2018-01-01 14:48:45 +0200
commitead35fd00a0b82fcd7e2484a5265d3f7c47130dc (patch)
tree5537cbc6a0cf68b8bd3d9d4df621ac05a26db372 /ports/mongo-c-driver/bson.patch
parent4ae7a5d7a9bc491c986cdc1ef88af45e3703891d (diff)
parent7f3e5e3f776811764b679470b1494264c538885a (diff)
downloadvcpkg-ead35fd00a0b82fcd7e2484a5265d3f7c47130dc.tar.gz
vcpkg-ead35fd00a0b82fcd7e2484a5265d3f7c47130dc.zip
Merge pull request #2479 from ivysnow/mongoc
[libbson, mongo-c-driver] update to 1.9.0
Diffstat (limited to 'ports/mongo-c-driver/bson.patch')
-rw-r--r--ports/mongo-c-driver/bson.patch23
1 files changed, 0 insertions, 23 deletions
diff --git a/ports/mongo-c-driver/bson.patch b/ports/mongo-c-driver/bson.patch
deleted file mode 100644
index 6ef5451b8..000000000
--- a/ports/mongo-c-driver/bson.patch
+++ /dev/null
@@ -1,23 +0,0 @@
-diff --git a/build/cmake/FindBSON.cmake b/build/cmake/FindBSON.cmake
-index 06fd82e..3ac549d 100644
---- a/build/cmake/FindBSON.cmake
-+++ b/build/cmake/FindBSON.cmake
-@@ -11,15 +11,15 @@ endif ()
-
- find_path(BSON_INCLUDE_DIR
- NAMES
-- libbson-1.0/bson.h
-+ bson.h
- HINTS
- ${BSON_ROOT_DIR}
- PATH_SUFFIXES
- include
-+ libbson-1.0
-+ include/libbson-1.0
- )
-
--set(BSON_INCLUDE_DIR "${BSON_INCLUDE_DIR}/libbson-1.0")
--
- find_library(BSON
- NAMES
- "bson-1.0"