pkgsrc-Changes-HG archive

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

[pkgsrc/pkgsrc-2017Q1]: pkgsrc/devel/boost-libs Pullup ticket #5264 - request...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/febff3de5515
branches:  pkgsrc-2017Q1
changeset: 360247:febff3de5515
user:      bsiegert <bsiegert%pkgsrc.org@localhost>
date:      Sun Apr 16 14:55:01 2017 +0000

description:
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:

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

diffs (21 lines):

diff -r 507c7f02befa -r febff3de5515 devel/boost-libs/Makefile
--- a/devel/boost-libs/Makefile Sun Apr 16 14:38:21 2017 +0000
+++ b/devel/boost-libs/Makefile Sun Apr 16 14:55:01 2017 +0000
@@ -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 @@
 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