databases/cassandra-cpp-driver: fix build

In the last commit I removed a patch that excluded -Werror from the compiler
flags. It was building on amd64, but apparently it breaks on the cluster. This
commit restores the removal of -Werror.
This commit is contained in:
Pietro Cerutti 2020-05-07 08:06:51 +00:00
parent e5afc98ef6
commit e238a62ea2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=534252

View File

@ -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 <bsd.port.mk>