ports/net/czmq/patches/patch-configure

15 lines
392 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
Drop -Werror
Index: configure
--- configure.orig
+++ configure
@@ -14091,7 +14091,7 @@ $as_echo "#define AC_APPLE_UNIVERSAL_BUILD 1" >>confde
# These options are GNU compiler specific.
if test "x$GCC" = "xyes"; then
- CPPFLAGS="-pedantic -Werror -Wall -Wc++-compat ${CPPFLAGS}"
+ CPPFLAGS="-pedantic -Wall -Wc++-compat ${CPPFLAGS}"
fi
if test "x$enable_shared" = "xyes"; then