diff options
author | Jan Beich <jbeich@FreeBSD.org> | 2017-05-02 06:33:39 +0000 |
---|---|---|
committer | Jan Beich <jbeich@FreeBSD.org> | 2017-05-02 06:33:39 +0000 |
commit | 684bbccbefbbbe8e37701a91cf7cf76fc20acf52 (patch) | |
tree | 364ab122821ba6ced0090db7729020d4e9b35990 /devel/boost-libs/files/patch-boost_math_tools_config.hpp | |
parent | devel/boost-*: nuke to split directory history (diff) |
devel/boost-*: partially revert r439920 (see r439922)
Diffstat (limited to 'devel/boost-libs/files/patch-boost_math_tools_config.hpp')
-rw-r--r-- | devel/boost-libs/files/patch-boost_math_tools_config.hpp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/boost-libs/files/patch-boost_math_tools_config.hpp b/devel/boost-libs/files/patch-boost_math_tools_config.hpp new file mode 100644 index 000000000000..a94db67b4a64 --- /dev/null +++ b/devel/boost-libs/files/patch-boost_math_tools_config.hpp @@ -0,0 +1,11 @@ +--- boost/math/tools/config.hpp.orig 2016-09-21 14:33:24 UTC ++++ boost/math/tools/config.hpp +@@ -28,7 +28,7 @@ + + #include <boost/math/tools/user.hpp> + +-#if (defined(__CYGWIN__) || defined(__FreeBSD__) || defined(__NetBSD__) \ ++#if (defined(__CYGWIN__) || defined(__NetBSD__) \ + || (defined(__hppa) && !defined(__OpenBSD__)) || (defined(__NO_LONG_DOUBLE_MATH) && (DBL_MANT_DIG != LDBL_MANT_DIG))) \ + && !defined(BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS) + # define BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS |