summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorplunky <plunky>2016-09-09 18:48:59 +0000
committerplunky <plunky>2016-09-09 18:48:59 +0000
commitd7df1016b2b7d10984d3f3c2e30f3fb5eeab8989 (patch)
tree1a3fad12a8cf0ea1cd4f89dee9f3d277f5a34141
parent9a9943c9fab6a114d16dca27edcd49f70f733287 (diff)
downloadpkgsrc-d7df1016b2b7d10984d3f3c2e30f3fb5eeab8989.tar.gz
add a note about using BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
-rw-r--r--cad/librecad/Makefile6
1 files changed, 5 insertions, 1 deletions
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
@@ -32,6 +32,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
# plugins automatically