From d7df1016b2b7d10984d3f3c2e30f3fb5eeab8989 Mon Sep 17 00:00:00 2001 From: plunky Date: Fri, 9 Sep 2016 18:48:59 +0000 Subject: add a note about using BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS --- cad/librecad/Makefile | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cad/librecad/Makefile b/cad/librecad/Makefile index 785e774a046..b9438fee9e2 100644 --- a/cad/librecad/Makefile +++ b/cad/librecad/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2016/09/09 18:46:52 plunky Exp $ +# $NetBSD: Makefile,v 1.32 2016/09/09 18:48:59 plunky Exp $ # DISTNAME= LibreCAD-2.1.1 @@ -31,6 +31,10 @@ SUBST_VARS.prefix+= PREFIX AUTO_MKDIRS= yes +# +# We disable long double math functions, because otherwise one of +# the boost headers brings in a log1pl() function which was not +# present (in NetBSD 7) causing compilation failure # # We configure the plugins directory separately so that we can use # make install below, which handles the libtooling of the shared -- cgit v1.2.3