Patch for missing include (boost-1.58.0-variant-includes.patch).
This commit is contained in:
parent
2665c69e3a
commit
a1b6b50100
18
boost-1.58.0-variant-includes.patch
Normal file
18
boost-1.58.0-variant-includes.patch
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
commit 2b2cc6543c44beeb8331dc8e1a7eff2e071a8cc8
|
||||||
|
Author: Antony Polukhin <antoshkka@gmail.com>
|
||||||
|
Date: Sun May 10 21:53:27 2015 +0300
|
||||||
|
|
||||||
|
Fix error with missing include, that was found by Maarten de Vries
|
||||||
|
|
||||||
|
diff --git a/include/boost/variant/detail/element_index.hpp b/include/boost/variant/detail/element_index.hpp
|
||||||
|
index bd80bdd..842b018 100644
|
||||||
|
--- a/include/boost/variant/detail/element_index.hpp
|
||||||
|
+++ b/include/boost/variant/detail/element_index.hpp
|
||||||
|
@@ -16,6 +16,7 @@
|
||||||
|
#include "boost/variant/recursive_wrapper_fwd.hpp"
|
||||||
|
#include "boost/variant/variant_fwd.hpp"
|
||||||
|
|
||||||
|
+#include "boost/type_traits/remove_cv.hpp"
|
||||||
|
#include "boost/mpl/find_if.hpp"
|
||||||
|
|
||||||
|
namespace boost { namespace detail { namespace variant {
|
@ -32,7 +32,7 @@ Name: boost
|
|||||||
Summary: The free peer-reviewed portable C++ source libraries
|
Summary: The free peer-reviewed portable C++ source libraries
|
||||||
Version: 1.58.0
|
Version: 1.58.0
|
||||||
%define version_enc 1_58_0
|
%define version_enc 1_58_0
|
||||||
Release: 2%{?dist}
|
Release: 3%{?dist}
|
||||||
License: Boost and MIT and Python
|
License: Boost and MIT and Python
|
||||||
|
|
||||||
%define toplev_dirname %{name}_%{version_enc}
|
%define toplev_dirname %{name}_%{version_enc}
|
||||||
@ -124,6 +124,9 @@ Patch65: boost-1.57.0-build-optflags.patch
|
|||||||
# https://svn.boost.org/trac/boost/ticket/10510
|
# https://svn.boost.org/trac/boost/ticket/10510
|
||||||
Patch66: boost-1.57.0-uuid-comparison.patch
|
Patch66: boost-1.57.0-uuid-comparison.patch
|
||||||
|
|
||||||
|
# https://svn.boost.org/trac/boost/ticket/11283
|
||||||
|
Patch67: boost-1.58.0-variant-includes.patch
|
||||||
|
|
||||||
Patch70: 0001-Changes-required-for-aarch64-support-in-boost-config.patch
|
Patch70: 0001-Changes-required-for-aarch64-support-in-boost-config.patch
|
||||||
|
|
||||||
%bcond_with tests
|
%bcond_with tests
|
||||||
@ -613,6 +616,7 @@ a number of significant features and is now developed independently
|
|||||||
%patch63 -p1
|
%patch63 -p1
|
||||||
%patch65 -p1
|
%patch65 -p1
|
||||||
%patch66 -p2
|
%patch66 -p2
|
||||||
|
%patch67 -p2
|
||||||
%patch70 -p1
|
%patch70 -p1
|
||||||
|
|
||||||
# At least python2_version needs to be a macro so that it's visible in
|
# At least python2_version needs to be a macro so that it's visible in
|
||||||
@ -1233,6 +1237,9 @@ rm -rf $RPM_BUILD_ROOT
|
|||||||
%{_mandir}/man1/bjam.1*
|
%{_mandir}/man1/bjam.1*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Mon Jul 27 2015 Jonathan Wakely <jwakely@redhat.com> 1.58.0-3
|
||||||
|
- Patch for missing include (boost-1.58.0-variant-includes.patch).
|
||||||
|
|
||||||
* Thu Jul 23 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.58.0-2
|
* Thu Jul 23 2015 Marcin Juszkiewicz <mjuszkiewicz@redhat.com> - 1.58.0-2
|
||||||
- Re-enable boost::context on AArch64.
|
- Re-enable boost::context on AArch64.
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user