diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-06-24 07:17:21 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-06-24 07:17:21 +0000 |
commit | 9b541ddab1d11712a8fadad0cdc7aab5c4923313 (patch) | |
tree | 0185439e1b5aa57d7b597e339a54f06809a1aaa9 /devel | |
parent | 42954ebeee8b6a1edecceb260dc9b0a163d46fc7 (diff) | |
download | pkgsrc-9b541ddab1d11712a8fadad0cdc7aab5c4923313.tar.gz |
Enable long double math on OS X Mavericks.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/boost-libs/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile index 8fc6886d507..1b52439aeba 100644 --- a/devel/boost-libs/Makefile +++ b/devel/boost-libs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2015/03/16 14:07:41 jperkin Exp $ +# $NetBSD: Makefile,v 1.35 2015/06/24 07:17:21 jperkin Exp $ BOOST_PACKAGE= libs BOOST_COMMENT= (binary libraries) @@ -31,7 +31,7 @@ PLIST.log= yes # Long double math functions are not available on Darwin. See # boost/math/tools/config.hpp:53 -.if ${OPSYS} != "Darwin" || !empty(MACHINE_PLATFORM:MDarwin-14.*) +.if ${OPSYS} != "Darwin" || !empty(MACHINE_PLATFORM:MDarwin-1[34].*) PLIST.long_double_math= yes .endif |