summaryrefslogtreecommitdiff
path: root/databases/cassandra-cpp-driver
diff options
context:
space:
mode:
Diffstat (limited to 'databases/cassandra-cpp-driver')
-rw-r--r--databases/cassandra-cpp-driver/Makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/databases/cassandra-cpp-driver/Makefile b/databases/cassandra-cpp-driver/Makefile
index 811e795a9c6d..0956a20e0d9f 100644
--- a/databases/cassandra-cpp-driver/Makefile
+++ b/databases/cassandra-cpp-driver/Makefile
@@ -30,4 +30,8 @@ PLIST_FILES= include/cassandra.h \
libdata/pkgconfig/cassandra.pc \
libdata/pkgconfig/cassandra_static.pc
+post-patch:
+ @${REINPLACE_CMD} -e 's/ -Werror//' \
+ ${WRKSRC}/cmake/modules/CppDriver.cmake
+
.include <bsd.port.mk>