summaryrefslogtreecommitdiff
path: root/dns/powerdns-recursor40/files/patch-dnsname.hh
diff options
context:
space:
mode:
Diffstat (limited to 'dns/powerdns-recursor40/files/patch-dnsname.hh')
-rw-r--r--dns/powerdns-recursor40/files/patch-dnsname.hh20
1 files changed, 0 insertions, 20 deletions
diff --git a/dns/powerdns-recursor40/files/patch-dnsname.hh b/dns/powerdns-recursor40/files/patch-dnsname.hh
deleted file mode 100644
index a1de8ea78853..000000000000
--- a/dns/powerdns-recursor40/files/patch-dnsname.hh
+++ /dev/null
@@ -1,20 +0,0 @@
---- dnsname.hh.orig 2017-01-17 03:18:41 UTC
-+++ dnsname.hh
-@@ -30,7 +30,7 @@
- #include <boost/version.hpp>
-
- // it crashes on OSX and doesn't compile on OpenBSD
--#if BOOST_VERSION >= 105300 && ! defined( __APPLE__ ) && ! defined(__OpenBSD__)
-+#if BOOST_VERSION >= 105300 && ! defined(_LIBCPP_VERSION) && ! defined(__OpenBSD__)
- #include <boost/container/string.hpp>
- #endif
-
-@@ -133,7 +133,7 @@ public:
- inline bool canonCompare(const DNSName& rhs) const;
- bool slowCanonCompare(const DNSName& rhs) const;
-
--#if BOOST_VERSION >= 105300 && ! defined( __APPLE__ ) && ! defined(__OpenBSD__)
-+#if BOOST_VERSION >= 105300 && ! defined(_LIBCPP_VERSION) && ! defined(__OpenBSD__)
- typedef boost::container::string string_t;
- #else
- typedef std::string string_t;