summaryrefslogtreecommitdiff
path: root/devel/boost-libs
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-09-05 14:41:06 +0000
committeradam <adam@pkgsrc.org>2015-09-05 14:41:06 +0000
commit832b7a9b150c26f8bd618cdcd12ec55f4cd87c3d (patch)
treee46a5a361d8aedddfb5f1fb533cbbc99da0a379e /devel/boost-libs
parent6b26d41df6e3105bbde6b4815f2ac29b270c50a3 (diff)
downloadpkgsrc-832b7a9b150c26f8bd618cdcd12ec55f4cd87c3d.tar.gz
Enable PLIST.long_double_math on OS X El Capitain and newer
Diffstat (limited to 'devel/boost-libs')
-rw-r--r--devel/boost-libs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
index 1b52439aeba..0106ba3adce 100644
--- a/devel/boost-libs/Makefile
+++ b/devel/boost-libs/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.35 2015/06/24 07:17:21 jperkin Exp $
+# $NetBSD: Makefile,v 1.36 2015/09/05 14:41:06 adam 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-1[34].*)
+.if ${OPSYS} != "Darwin" || !empty(MACHINE_PLATFORM:MDarwin-1[3-9].*)
PLIST.long_double_math= yes
.endif