summaryrefslogtreecommitdiff
path: root/chat
diff options
context:
space:
mode:
authorwiz <wiz>2016-09-01 04:15:16 +0000
committerwiz <wiz>2016-09-01 04:15:16 +0000
commitae04626272a0d4cd4591d8c9eff5d1d02f78b953 (patch)
tree186d1485b12343982984c3e579e20809ef6311a0 /chat
parent7baaade8078aa28936a27bc29c0b0f5fdac737d3 (diff)
downloadpkgsrc-ae04626272a0d4cd4591d8c9eff5d1d02f78b953.tar.gz
Remove patch that is not in distinfo after update.
Diffstat (limited to 'chat')
-rw-r--r--chat/gloox/patches/patch-src_connectiontcpbase.cpp13
1 files changed, 0 insertions, 13 deletions
diff --git a/chat/gloox/patches/patch-src_connectiontcpbase.cpp b/chat/gloox/patches/patch-src_connectiontcpbase.cpp
deleted file mode 100644
index 73988f2b7c3..00000000000
--- a/chat/gloox/patches/patch-src_connectiontcpbase.cpp
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-src_connectiontcpbase.cpp,v 1.2 2014/05/06 08:41:38 wiz Exp $
-
---- src/connectiontcpbase.cpp.orig 2013-08-30 07:17:35.000000000 +0000
-+++ src/connectiontcpbase.cpp
-@@ -21,6 +21,8 @@
- #include "mutexguard.h"
- #include "util.h"
-
-+#include <string.h>
-+
- #ifdef __MINGW32__
- # include <winsock.h>
- #endif