aboutsummaryrefslogtreecommitdiffstats
path: root/devel/boost-libs/files/patch-freebsd-has-long-double
blob: 2a8016c1eb9b927953cc450e862b24865c8f1cdf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- boost/math/tools/config.hpp.orig    2013-01-28 17:44:35.430492446 +0000
+++ boost/math/tools/config.hpp 2013-01-28 17:44:51.480492935 +0000
@@ -24,7 +24,7 @@
 #include <boost/math/tools/user.hpp>
 #include <boost/math/special_functions/detail/round_fwd.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