aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSébastien Fabbro <bicatali@gentoo.org>2014-02-15 23:48:27 -0800
committerSébastien Fabbro <bicatali@gentoo.org>2014-02-15 23:48:27 -0800
commitd41f081960f24b45f74b5192497a65967f027a9f (patch)
tree94ea8f1cb51175625b6831203824967fbab1ab99 /sys-cluster/hpx/files/hpx-0.9.7-move-boost-include.patch
parentdev-libs/libpfm: Version bump (diff)
downloadsci-d41f081960f24b45f74b5192497a65967f027a9f.tar.gz
sci-d41f081960f24b45f74b5192497a65967f027a9f.tar.bz2
sci-d41f081960f24b45f74b5192497a65967f027a9f.zip
added ppc
Diffstat (limited to 'sys-cluster/hpx/files/hpx-0.9.7-move-boost-include.patch')
-rw-r--r--sys-cluster/hpx/files/hpx-0.9.7-move-boost-include.patch18
1 files changed, 18 insertions, 0 deletions
diff --git a/sys-cluster/hpx/files/hpx-0.9.7-move-boost-include.patch b/sys-cluster/hpx/files/hpx-0.9.7-move-boost-include.patch
new file mode 100644
index 000000000..a3e919e86
--- /dev/null
+++ b/sys-cluster/hpx/files/hpx-0.9.7-move-boost-include.patch
@@ -0,0 +1,18 @@
+--- tests/unit/security/certificate_authority.cpp.orig 2014-02-15 22:29:43.663465723 -0800
++++ tests/unit/security/certificate_authority.cpp 2014-02-15 22:30:02.649579686 -0800
+@@ -3,7 +3,6 @@
+ // Distributed under the Boost Software License, Version 1.0. (See accompanying
+ // file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+-#include <boost/make_shared.hpp>
+ #include <hpx/hpx_fwd.hpp>
+ #include <hpx/hpx_init.hpp>
+ #include <hpx/components/security/certificate_store.hpp>
+@@ -16,6 +15,7 @@
+ #include <hpx/util/lightweight_test.hpp>
+ #include <hpx/util/security/root_certificate_authority.hpp>
+ #include <hpx/util/security/subordinate_certificate_authority.hpp>
++#include <boost/make_shared.hpp>
+
+ #include <iostream>
+ #include <vector>