diff options
Diffstat (limited to 'audio/mumble/files/patch-src-mumble-ServerHandler.cpp')
-rw-r--r-- | audio/mumble/files/patch-src-mumble-ServerHandler.cpp | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/audio/mumble/files/patch-src-mumble-ServerHandler.cpp b/audio/mumble/files/patch-src-mumble-ServerHandler.cpp deleted file mode 100644 index 321b28b9b706..000000000000 --- a/audio/mumble/files/patch-src-mumble-ServerHandler.cpp +++ /dev/null @@ -1,15 +0,0 @@ ---- src/mumble/ServerHandler.cpp.orig 2014-08-08 15:51:59 UTC -+++ src/mumble/ServerHandler.cpp -@@ -46,6 +46,12 @@ - #include "RichTextEditor.h" - #include "SSL.h" - #include "User.h" -+#ifdef __FreeBSD__ -+#include <sys/socket.h> -+#include <sys/types.h> -+#include <netinet/in.h> -+#include <netinet/tcp.h> -+#endif - - ServerHandlerMessageEvent::ServerHandlerMessageEvent(const QByteArray &msg, unsigned int mtype, bool flush) : QEvent(static_cast<QEvent::Type>(SERVERSEND_EVENT)) { - qbaMsg = msg; |