diff options
author | Pietro Cerutti <gahr@FreeBSD.org> | 2016-03-17 07:00:08 +0000 |
---|---|---|
committer | Pietro Cerutti <gahr@FreeBSD.org> | 2016-03-17 07:00:08 +0000 |
commit | eaca169a149c9f828d2400d2c3d2974cdec78c9a (patch) | |
tree | 9d52ead602b054152578f3630e4bcd67bf721812 /databases/cassandra-cpp-driver/files | |
parent | Unbreak INDEX when PACKAGE_BUILDING is set (diff) |
databases/cassandra-cpp-driver: update to 2.3.0
Changelog: https://github.com/datastax/cpp-driver/blob/4335850/CHANGELOG.md
Notes
Notes:
svn path=/head/; revision=411258
Diffstat (limited to 'databases/cassandra-cpp-driver/files')
-rw-r--r-- | databases/cassandra-cpp-driver/files/patch-CMakeLists.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/databases/cassandra-cpp-driver/files/patch-CMakeLists.txt b/databases/cassandra-cpp-driver/files/patch-CMakeLists.txt deleted file mode 100644 index c88ce9613e66..000000000000 --- a/databases/cassandra-cpp-driver/files/patch-CMakeLists.txt +++ /dev/null @@ -1,12 +0,0 @@ ---- CMakeLists.txt.orig 2015-05-18 16:31:48 UTC -+++ CMakeLists.txt -@@ -421,6 +421,9 @@ elseif("${CMAKE_CXX_COMPILER_ID}" STREQU - # Clang/Intel specific compiler options - # I disabled long-long warning because boost generates about 50 such warnings - set(WARNING_COMPILER_FLAGS "-Wall -pedantic -Wextra -Wno-long-long -Wno-unused-parameter -Wno-variadic-macros -Wno-zero-length-array") -+ if(${CMAKE_CXX_COMPILER_VERSION} VERSION_GREATER "3.6") -+ set(WARNING_COMPILER_FLAGS "${WARNING_COMPILER_FLAGS} -Wno-unused-local-typedef ") -+ endif() - - # OpenSSL is deprecated on later versions of Mac OS X. The long-term solution - # is to provide a CommonCryto implementation. |