summaryrefslogtreecommitdiff
path: root/textproc/xapian/patches/patch-common_socket_utils.cc
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/xapian/patches/patch-common_socket_utils.cc')
-rw-r--r--textproc/xapian/patches/patch-common_socket_utils.cc14
1 files changed, 0 insertions, 14 deletions
diff --git a/textproc/xapian/patches/patch-common_socket_utils.cc b/textproc/xapian/patches/patch-common_socket_utils.cc
deleted file mode 100644
index e6fcf9bc3a8..00000000000
--- a/textproc/xapian/patches/patch-common_socket_utils.cc
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-common_socket_utils.cc,v 1.2 2016/04/30 14:14:07 schmonz Exp $
-
-Fix compilation error on NetBSD-current (as of 2015-05-26).
-
---- common/socket_utils.cc.orig 2015-05-21 05:57:01.000000000 +0000
-+++ common/socket_utils.cc
-@@ -28,6 +28,7 @@ using namespace std;
-
- #ifndef __WIN32__
- # include <sys/socket.h>
-+# include <sys/time.h>
- #else
- # include "safeerrno.h"
-