Import of pkgsrc-2014Q1
This commit is contained in:
12
meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp
Normal file
12
meta-pkgs/boost/patches/patch-boost_config_stdlib_libcpp.hpp
Normal file
@@ -0,0 +1,12 @@
|
||||
$NetBSD: patch-boost_config_stdlib_libcpp.hpp,v 1.1 2014/02/21 20:22:09 joerg Exp $
|
||||
|
||||
--- boost/config/stdlib/libcpp.hpp.orig 2014-02-21 00:34:58.000000000 +0000
|
||||
+++ boost/config/stdlib/libcpp.hpp
|
||||
@@ -33,5 +33,7 @@
|
||||
|
||||
// libc++ uses a non-standard messages_base
|
||||
#define BOOST_NO_STD_MESSAGES
|
||||
+// libc++ uses inline namespaces
|
||||
+#define BOOST_DETAIL_NO_CONTAINER_FWD
|
||||
|
||||
// --- end ---
|
||||
Reference in New Issue
Block a user