diff options
author | wiz <wiz@pkgsrc.org> | 2016-09-01 04:15:16 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2016-09-01 04:15:16 +0000 |
commit | 8fe666f96cffb12c9ac75a0029c148a6abfdc295 (patch) | |
tree | 9f122cb9c45ee174820927a089bece7e06d0ab1b /chat | |
parent | 641bea2867dd32a9f2240af80945b1d1b0b03841 (diff) | |
download | pkgsrc-8fe666f96cffb12c9ac75a0029c148a6abfdc295.tar.gz |
Remove patch that is not in distinfo after update.
Diffstat (limited to 'chat')
-rw-r--r-- | chat/gloox/patches/patch-src_connectiontcpbase.cpp | 13 |
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 |