summaryrefslogtreecommitdiff
path: root/net/powerdns-recursor/patches
diff options
context:
space:
mode:
authorroy <roy@pkgsrc.org>2009-04-21 22:52:37 +0000
committerroy <roy@pkgsrc.org>2009-04-21 22:52:37 +0000
commita8d1fbe53a1b64d92010ccbf2a1d160b297d02a8 (patch)
tree090e3a55151447cc3c45fdea9cceba8f0dba3095 /net/powerdns-recursor/patches
parenta3e3213cf56304669d475f9713d304d5cdbc328e (diff)
downloadpkgsrc-a8d1fbe53a1b64d92010ccbf2a1d160b297d02a8.tar.gz
Get kqueue support working
Diffstat (limited to 'net/powerdns-recursor/patches')
-rw-r--r--net/powerdns-recursor/patches/patch-ag14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/powerdns-recursor/patches/patch-ag b/net/powerdns-recursor/patches/patch-ag
new file mode 100644
index 00000000000..8f2f4c1c391
--- /dev/null
+++ b/net/powerdns-recursor/patches/patch-ag
@@ -0,0 +1,14 @@
+$NetBSD: patch-ag,v 1.1 2009/04/21 22:52:38 roy Exp $
+
+--- kqueuemplexer.cc.orig 2009-04-21 23:45:31.000000000 +0100
++++ kqueuemplexer.cc 2009-04-21 23:45:41.000000000 +0100
+@@ -6,9 +6,7 @@
+ #include <boost/lexical_cast.hpp>
+ #include "syncres.hh"
+ #include <sys/types.h>
+-#ifdef __FreeBSD__
+ #include <sys/event.h>
+-#endif
+ #include <sys/time.h>
+
+ using namespace boost;