summaryrefslogtreecommitdiff
path: root/devel/boost-libs
diff options
context:
space:
mode:
authorrumko <rumko@pkgsrc.org>2016-06-15 18:29:59 +0000
committerrumko <rumko@pkgsrc.org>2016-06-15 18:29:59 +0000
commit183770bdd1e8f7ebf68f58100ad79672c6bce4cf (patch)
tree3eae5873670a18d5b0ab299f2cdc4bbc3bcf27fe /devel/boost-libs
parent3c6d3cfee468b00372c34eb1492e3c79a7afc4ff (diff)
downloadpkgsrc-183770bdd1e8f7ebf68f58100ad79672c6bce4cf.tar.gz
devel/boost-libs: fix build on fbsd
Ensure proper PLIST contents after disabling long double math functions. Ok@ wiz
Diffstat (limited to 'devel/boost-libs')
-rw-r--r--devel/boost-libs/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/devel/boost-libs/Makefile b/devel/boost-libs/Makefile
index 7e21d45827e..9a12f99b055 100644
--- a/devel/boost-libs/Makefile
+++ b/devel/boost-libs/Makefile
@@ -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 @@ PLIST.log= yes
# 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