summaryrefslogtreecommitdiff
path: root/meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp')
-rw-r--r--meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp b/meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp
index b52942a965f..7843782a431 100644
--- a/meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp
+++ b/meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp
@@ -1,6 +1,6 @@
-$NetBSD: patch-boost_config_stdlib_libcpp.hpp,v 1.3 2016/05/13 20:47:32 adam Exp $
+$NetBSD: patch-boost_config_stdlib_libcpp.hpp,v 1.4 2016/10/07 17:51:11 adam Exp $
---- boost/config/stdlib/libcpp.hpp.orig 2016-05-05 21:11:02.000000000 +0000
+--- boost/config/stdlib/libcpp.hpp.orig 2016-10-05 08:52:16.000000000 +0000
+++ boost/config/stdlib/libcpp.hpp
@@ -74,6 +74,8 @@
// libc++ uses a non-standard messages_base
@@ -9,5 +9,5 @@ $NetBSD: patch-boost_config_stdlib_libcpp.hpp,v 1.3 2016/05/13 20:47:32 adam Exp
+// libc++ uses inline namespaces
+#define BOOST_DETAIL_NO_CONTAINER_FWD
- #if defined(__has_include)
- #if !__has_include(<shared_mutex>)
+ #if (_LIBCPP_VERSION <= 1101) && !defined(BOOST_NO_CXX11_THREAD_LOCAL)
+ // This is a bit of a sledgehammer, because really it's just libc++abi that has no