summaryrefslogtreecommitdiffstats
path: root/patches
diff options
context:
space:
mode:
authorMichael Olbrich <m.olbrich@pengutronix.de>2018-06-12 10:07:03 +0200
committerMichael Olbrich <m.olbrich@pengutronix.de>2018-06-12 10:07:03 +0200
commit096bb6b394fe37b7953ab840fda440d3f672a15d (patch)
treedce916ce9770488ef405c0661b81ee8af1c54f69 /patches
parentb79d8ce556a58ffeaf8ec27356d98b05a376b506 (diff)
downloadptxdist-096bb6b394fe37b7953ab840fda440d3f672a15d.tar.gz
ptxdist-096bb6b394fe37b7953ab840fda440d3f672a15d.tar.xz
boost: remove obsolte patch for the old version
Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
Diffstat (limited to 'patches')
-rw-r--r--patches/boost_1_60_0/0001-Do-not-qualify-fenv.h-names-that-might-be-macros.patch37
-rw-r--r--patches/boost_1_60_0/series4
2 files changed, 0 insertions, 41 deletions
diff --git a/patches/boost_1_60_0/0001-Do-not-qualify-fenv.h-names-that-might-be-macros.patch b/patches/boost_1_60_0/0001-Do-not-qualify-fenv.h-names-that-might-be-macros.patch
deleted file mode 100644
index ff07face7..000000000
--- a/patches/boost_1_60_0/0001-Do-not-qualify-fenv.h-names-that-might-be-macros.patch
+++ /dev/null
@@ -1,37 +0,0 @@
-From: Jonathan Wakely <jwakely@redhat.com>
-Date: Mon, 14 Sep 2015 15:05:24 +0100
-Subject: [PATCH] Do not qualify <fenv.h> names that might be macros
-
-Original Patch from Fedora.
-
-Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
----
- boost/test/impl/execution_monitor.ipp | 8 ++++----
- 1 file changed, 4 insertions(+), 4 deletions(-)
-
-diff --git a/boost/test/impl/execution_monitor.ipp b/boost/test/impl/execution_monitor.ipp
-index 9929f74b53c8..0ecb457bfd20 100644
---- a/boost/test/impl/execution_monitor.ipp
-+++ b/boost/test/impl/execution_monitor.ipp
-@@ -1380,8 +1380,8 @@ enable( unsigned mask )
-
- return ~old_cw & BOOST_FPE_ALL;
- #elif defined(__GLIBC__) && defined(__USE_GNU) && !defined(BOOST_CLANG) && !defined(BOOST_NO_FENV_H)
-- ::feclearexcept(BOOST_FPE_ALL);
-- int res = ::feenableexcept( mask );
-+ feclearexcept(BOOST_FPE_ALL);
-+ int res = feenableexcept( mask );
- return res == -1 ? (unsigned)BOOST_FPE_INV : (unsigned)res;
- #else
- /* Not Implemented */
-@@ -1417,8 +1417,8 @@ disable( unsigned mask )
-
- return ~old_cw & BOOST_FPE_ALL;
- #elif defined(__GLIBC__) && defined(__USE_GNU) && !defined(BOOST_CLANG) && !defined(BOOST_NO_FENV_H)
-- ::feclearexcept(BOOST_FPE_ALL);
-- int res = ::fedisableexcept( mask );
-+ feclearexcept(BOOST_FPE_ALL);
-+ int res = fedisableexcept( mask );
- return res == -1 ? (unsigned)BOOST_FPE_INV : (unsigned)res;
- #else
- /* Not Implemented */
diff --git a/patches/boost_1_60_0/series b/patches/boost_1_60_0/series
deleted file mode 100644
index 528326e5d..000000000
--- a/patches/boost_1_60_0/series
+++ /dev/null
@@ -1,4 +0,0 @@
-# generated by git-ptx-patches
-#tag:base --start-number 1
-0001-Do-not-qualify-fenv.h-names-that-might-be-macros.patch
-# 20f8615f27865288216e9a577fa6db93 - git-ptx-patches magic