pkgsrc-Changes archive

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

CVS commit: [pkgsrc-2017Q1] pkgsrc/devel/boost-libs



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Apr 16 14:55:01 UTC 2017

Modified Files:
        pkgsrc/devel/boost-libs [pkgsrc-2017Q1]: Makefile

Log Message:
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.


To generate a diff of this commit:
cvs rdiff -u -r1.51 -r1.51.2.1 pkgsrc/devel/boost-libs/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/devel/boost-libs/Makefile
diff -u pkgsrc/devel/boost-libs/Makefile:1.51 pkgsrc/devel/boost-libs/Makefile:1.51.2.1
--- pkgsrc/devel/boost-libs/Makefile:1.51       Mon Jan  2 07:33:11 2017
+++ pkgsrc/devel/boost-libs/Makefile    Sun Apr 16 14:55:01 2017
@@ -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
 



Home | Main Index | Thread Index | Old Index