summaryrefslogtreecommitdiff
path: root/databases/cassandra-cpp-driver/files/patch-cmake_modules_CppDriver.cmake
diff options
context:
space:
mode:
authorPietro Cerutti <gahr@FreeBSD.org>2018-11-05 09:08:55 +0000
committerPietro Cerutti <gahr@FreeBSD.org>2018-11-05 09:08:55 +0000
commit90de22adf1bbaab8f3983e5bb08818acaa1fe631 (patch)
treefbd5f227646830631901f5f272ab7d83e1edc040 /databases/cassandra-cpp-driver/files/patch-cmake_modules_CppDriver.cmake
parent- Fix build with clang and remove dependency to gcc (diff)
databases/cassandra-cpp-driver: update to 2.10.0, unbreak on GCC platforms [1]
PR: 232847 [1] Submitted by: Piotr Kubaj <pkubaj@anongoth.pl>
Notes
Notes: svn path=/head/; revision=484180
Diffstat (limited to '')
-rw-r--r--databases/cassandra-cpp-driver/files/patch-cmake_modules_CppDriver.cmake11
1 files changed, 0 insertions, 11 deletions
diff --git a/databases/cassandra-cpp-driver/files/patch-cmake_modules_CppDriver.cmake b/databases/cassandra-cpp-driver/files/patch-cmake_modules_CppDriver.cmake
deleted file mode 100644
index 120eb307258e..000000000000
--- a/databases/cassandra-cpp-driver/files/patch-cmake_modules_CppDriver.cmake
+++ /dev/null
@@ -1,11 +0,0 @@
---- cmake/modules/CppDriver.cmake.orig 2018-06-23 19:55:39 UTC
-+++ cmake/modules/CppDriver.cmake
-@@ -372,6 +372,8 @@ macro(CassUseLibuv)
-
- if (EXISTS "${LIBUV_INCLUDE_DIR}/uv-version.h")
- set(LIBUV_VERSION_HEADER_FILE "${LIBUV_INCLUDE_DIR}/uv-version.h")
-+ elseif (EXISTS "${LIBUV_INCLUDE_DIR}/uv/version.h")
-+ set(LIBUV_VERSION_HEADER_FILE "${LIBUV_INCLUDE_DIR}/uv/version.h")
- else()
- set(LIBUV_VERSION_HEADER_FILE "${LIBUV_INCLUDE_DIR}/uv.h")
- endif()