pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/devel/boost-libs devel/boost-libs: fix build on fbsd



details:   https://anonhg.NetBSD.org/pkgsrc/rev/0c03bbd8fdb5
branches:  trunk
changeset: 348522:0c03bbd8fdb5
user:      rumko <rumko%pkgsrc.org@localhost>
date:      Wed Jun 15 18:29:59 2016 +0000

description:
devel/boost-libs: fix build on fbsd

Ensure proper PLIST contents after disabling long double math functions.

Ok@ wiz

diffstat:

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

diffs (18 lines):

diff -r 7472a1c0d1ad -r 0c03bbd8fdb5 devel/boost-libs/Makefile
--- a/devel/boost-libs/Makefile Wed Jun 15 16:45:10 2016 +0000
+++ b/devel/boost-libs/Makefile Wed Jun 15 18:29:59 2016 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.43 2016/05/13 20:47:32 adam Exp $
+# $NetBSD: Makefile,v 1.44 2016/06/15 18:29:59 rumko Exp $
 
 BOOST_PACKAGE=         libs
 BOOST_COMMENT=         (binary libraries)
@@ -31,7 +31,7 @@
 
 # Long double math functions are not available on Darwin. See
 # boost/math/tools/config.hpp:53
-.if ${OPSYS} != "NetBSD" && \
+.if ${OPSYS} != "NetBSD" && ${OPSYS} != "FreeBSD" && \
    (${OPSYS} != "Darwin" || !empty(MACHINE_PLATFORM:MDarwin-1[3-9].*))
 PLIST.long_double_math=        yes
 .endif



Home | Main Index | Thread Index | Old Index