summaryrefslogtreecommitdiff
path: root/dev-libs/mongo-c-driver/files/mongo-c-driver-1.12.0-libressl.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-libs/mongo-c-driver/files/mongo-c-driver-1.12.0-libressl.patch')
-rw-r--r--dev-libs/mongo-c-driver/files/mongo-c-driver-1.12.0-libressl.patch15
1 files changed, 0 insertions, 15 deletions
diff --git a/dev-libs/mongo-c-driver/files/mongo-c-driver-1.12.0-libressl.patch b/dev-libs/mongo-c-driver/files/mongo-c-driver-1.12.0-libressl.patch
deleted file mode 100644
index e61bffafeed6..000000000000
--- a/dev-libs/mongo-c-driver/files/mongo-c-driver-1.12.0-libressl.patch
+++ /dev/null
@@ -1,15 +0,0 @@
-diff --git a/src/libmongoc/CMakeLists.txt b/src/libmongoc/CMakeLists.txt
-index d09d706..5d84225 100644
---- a/src/libmongoc/CMakeLists.txt
-+++ b/src/libmongoc/CMakeLists.txt
-@@ -109,7 +109,9 @@ if (NOT ENABLE_SSL STREQUAL OFF)
- if (LIBRESSL_FOUND)
- message ("-- Found ${LIBRESSL_LIBRARIES}")
- set (SSL_LIBRARIES ${LIBRESSL_LIBRARIES})
-- include_directories ("${LIBRESSL_INCLUDE_DIRS}")
-+ if (${LIBRESSL_INCLUDE_DIRS})
-+ include_directories ("${LIBRESSL_INCLUDE_DIRS}")
-+ endif ()
- link_directories ("${LIBRESSL_LIBRARY_DIRS}")
- set (LIBRESSL 1)
- else ()