summaryrefslogtreecommitdiff
path: root/audio/darkice/files
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-20 12:50:47 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2002-11-20 12:50:47 +0000
commit1930c28d98018e39bc999b52ade061ecbb971ab7 (patch)
tree4c7d1c719d97027202e1be12afad42d435c0026d /audio/darkice/files
parentupgrade to 2.6 (diff)
upgrade to 0.12
PR: 45437 Submitted by: Ports Fury
Notes
Notes: svn path=/head/; revision=70580
Diffstat (limited to 'audio/darkice/files')
-rw-r--r--audio/darkice/files/patch-src_TcpSocket.cpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/darkice/files/patch-src_TcpSocket.cpp b/audio/darkice/files/patch-src_TcpSocket.cpp
deleted file mode 100644
index 706c8ca7bee2..000000000000
--- a/audio/darkice/files/patch-src_TcpSocket.cpp
+++ /dev/null
@@ -1,15 +0,0 @@
-
-$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"