diff options
Diffstat (limited to 'audio/darkice/files/patch-src_TcpSocket.cpp')
-rw-r--r-- | audio/darkice/files/patch-src_TcpSocket.cpp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/audio/darkice/files/patch-src_TcpSocket.cpp b/audio/darkice/files/patch-src_TcpSocket.cpp new file mode 100644 index 000000000000..706c8ca7bee2 --- /dev/null +++ b/audio/darkice/files/patch-src_TcpSocket.cpp @@ -0,0 +1,15 @@ + +$FreeBSD$ + +--- src/TcpSocket.cpp.orig Sat Jul 20 18:37:06 2002 ++++ src/TcpSocket.cpp Sat Aug 10 14:09:52 2002 +@@ -81,6 +81,9 @@ + #error need sys/time.h + #endif + ++#ifndef MSG_NOSIGNAL ++#define MSG_NOSIGNAL 0 ++#endif + + #include "Util.h" + #include "Exception.h" |