Import of pkgsrc-2014Q1

This commit is contained in:
2014-04-17 16:38:45 +02:00
parent 785076ae39
commit 9a8c06dafb
19365 changed files with 828089 additions and 278039 deletions

View 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 ---