diff options
author | jperkin <jperkin@pkgsrc.org> | 2017-04-10 11:43:13 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2017-04-10 11:43:13 +0000 |
commit | f5de93d5fafd4876a0e47c83432d4509eb4ca3ff (patch) | |
tree | 5f4998cc6d0ae0ebcd5ff3ad80a1cd8d99f1025f /devel/boost-libs | |
parent | ece297fa32c9b5e5da9f47f2adc31b724d64a84a (diff) | |
download | pkgsrc-f5de93d5fafd4876a0e47c83432d4509eb4ca3ff.tar.gz |
Long double math libraries now build on older Darwin too.
Diffstat (limited to 'devel/boost-libs')
-rw-r--r-- | devel/boost-libs/Makefile | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile index 2bdc401906c..eb2d164fd4b 100644 --- a/devel/boost-libs/Makefile +++ b/devel/boost-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.51 2017/01/02 07:33:11 ryoon Exp $ +# $NetBSD: Makefile,v 1.52 2017/04/10 11:43:13 jperkin Exp $ BOOST_PACKAGE= libs BOOST_COMMENT= (binary libraries) @@ -46,10 +46,7 @@ BJAM_ARGS+= --without-fiber PLIST.fiber= yes .endif -# Long double math functions are not available on Darwin. See -# boost/math/tools/config.hpp:53 -.if ${OPSYS} != "NetBSD" && ${OPSYS} != "FreeBSD" && \ - (${OPSYS} != "Darwin" || !empty(MACHINE_PLATFORM:MDarwin-1[3-9].*)) +.if ${OPSYS} != "NetBSD" && ${OPSYS} != "FreeBSD" PLIST.long_double_math= yes .endif |