diff --git a/databases/cassandra-cpp-driver/Makefile b/databases/cassandra-cpp-driver/Makefile index 71fef53dc8be..38754022369b 100644 --- a/databases/cassandra-cpp-driver/Makefile +++ b/databases/cassandra-cpp-driver/Makefile @@ -31,4 +31,7 @@ PLIST_FILES= include/cassandra.h \ libdata/pkgconfig/cassandra.pc \ libdata/pkgconfig/cassandra_static.pc +post-patch: + ${REINPLACE_CMD} -e 's|-Werror||' ${WRKSRC}/src/CMakeLists.txt + .include