summaryrefslogtreecommitdiff
path: root/devel
diff options
context:
space:
mode:
authorbsiegert <bsiegert@pkgsrc.org>2017-04-16 14:55:01 +0000
committerbsiegert <bsiegert@pkgsrc.org>2017-04-16 14:55:01 +0000
commitd87eaff571af844822463024dc00d9b1e17c6512 (patch)
treef4eb17a4416fdc93fa8cb09f46137349359fb8f2 /devel
parent4b359472ee48b95c65541ccb19633cec385176ea (diff)
downloadpkgsrc-d87eaff571af844822463024dc00d9b1e17c6512.tar.gz
Pullup ticket #5264 - requested by sevan
devel/boost-libs: build fix Revisions pulled up: - devel/boost-libs/Makefile 1.52 --- Module Name: pkgsrc Committed By: jperkin Date: Mon Apr 10 11:43:13 UTC 2017 Modified Files: pkgsrc/devel/boost-libs: Makefile Log Message: Long double math libraries now build on older Darwin too.
Diffstat (limited to 'devel')
-rw-r--r--devel/boost-libs/Makefile7
1 files changed, 2 insertions, 5 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
index 2bdc401906c..aac26c1f0ef 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.51.2.1 2017/04/16 14:55:01 bsiegert 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