Files
pkgsrc-ng/net/powerdns/patches/patch-pdns_receiver.cc
2016-01-21 23:40:00 +01:00

17 lines
465 B
C++

$NetBSD: patch-pdns_receiver.cc,v 1.3 2015/03/27 23:37:52 rodent Exp $
Limit inclusion of boost headers to only those necessary to avoid conflicting
types errors on Solaris.
--- pdns/receiver.cc.orig 2015-03-02 13:17:12.000000000 +0000
+++ pdns/receiver.cc
@@ -42,7 +42,7 @@
#include <sys/mman.h>
#include <fcntl.h>
#include <fstream>
-#include <boost/algorithm/string.hpp>
+#include <boost/algorithm/string/trim.hpp>
#include "config.h"
#include "dns.hh"