$OpenBSD: patch-aux_broker_3rdparty_caf_libcaf_io_src_native_socket_cpp,v 1.1 2018/12/30 14:14:14 ajacoutot Exp $

Index: aux/broker/3rdparty/caf/libcaf_io/src/native_socket.cpp
--- aux/broker/3rdparty/caf/libcaf_io/src/native_socket.cpp.orig
+++ aux/broker/3rdparty/caf/libcaf_io/src/native_socket.cpp
@@ -93,7 +93,7 @@ namespace network {
 #endif
 
 // platform-dependent SIGPIPE setup
-#if defined(CAF_MACOS) || defined(CAF_IOS) || defined(CAF_BSD)
+#if defined(CAF_MACOS) || defined(CAF_IOS)
   // Use the socket option but no flags to recv/send on macOS/iOS/BSD.
   const int no_sigpipe_socket_flag = SO_NOSIGPIPE;
   const int no_sigpipe_io_flag = 0;
