diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-07 11:43:02 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2014-02-07 11:43:02 +0000 |
commit | 776c8a3824c220b5b01a68c46bc5f90199db256d (patch) | |
tree | cf99083e7c4f8e0c4962bca7e82298b8a6c42803 /devel/boost-libs/files/patch-freebsd-has-long-double | |
parent | Update to icu 52.1 (diff) |
Update to boost 1.55.0
switch back to normal library naming
Add a compat symlink for .so.5
Use compiler.mk to detect compiler
Use a modern compiler (doesn't work with base gcc)
Notes
Notes:
svn path=/head/; revision=343213
Diffstat (limited to 'devel/boost-libs/files/patch-freebsd-has-long-double')
-rw-r--r-- | devel/boost-libs/files/patch-freebsd-has-long-double | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/devel/boost-libs/files/patch-freebsd-has-long-double b/devel/boost-libs/files/patch-freebsd-has-long-double deleted file mode 100644 index 2a8016c1eb9b..000000000000 --- a/devel/boost-libs/files/patch-freebsd-has-long-double +++ /dev/null @@ -1,11 +0,0 @@ ---- 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 |