pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/devel/boost-libs Long double math libraries now build ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/60e7a33dfa8b
branches:  trunk
changeset: 360916:60e7a33dfa8b
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Mon Apr 10 11:43:13 2017 +0000

description:
Long double math libraries now build on older Darwin too.

diffstat:

 devel/boost-libs/Makefile |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (21 lines):

diff -r 77e02f9b0ec1 -r 60e7a33dfa8b devel/boost-libs/Makefile
--- a/devel/boost-libs/Makefile Mon Apr 10 11:35:40 2017 +0000
+++ b/devel/boost-libs/Makefile Mon Apr 10 11:43:13 2017 +0000
@@ -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 @@
 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
 



Home | Main Index | Thread Index | Old Index