Index: head/databases/cassandra-cpp-driver/files/patch-cmake_modules_CppDriver.cmake =================================================================== --- head/databases/cassandra-cpp-driver/files/patch-cmake_modules_CppDriver.cmake (nonexistent) +++ head/databases/cassandra-cpp-driver/files/patch-cmake_modules_CppDriver.cmake (revision 473158) @@ -0,0 +1,11 @@ +--- 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() Property changes on: head/databases/cassandra-cpp-driver/files/patch-cmake_modules_CppDriver.cmake ___________________________________________________________________ Added: fbsd:nokeywords ## -0,0 +1 ## +yes \ No newline at end of property Added: svn:eol-style ## -0,0 +1 ## +native \ No newline at end of property Added: svn:mime-type ## -0,0 +1 ## +text/plain \ No newline at end of property