summaryrefslogtreecommitdiff
path: root/cad/librecad
diff options
context:
space:
mode:
authorplunky <plunky@pkgsrc.org>2016-09-09 18:48:59 +0000
committerplunky <plunky@pkgsrc.org>2016-09-09 18:48:59 +0000
commit0ea14cada5672d36972e3238463a00ead945a1b4 (patch)
tree3b9d2e9132e3cb85cd9061e7d76472133b9baef8 /cad/librecad
parent21415ba61b1da10a18ca74b1756adf586cf7356d (diff)
downloadpkgsrc-0ea14cada5672d36972e3238463a00ead945a1b4.tar.gz
add a note about using BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS
Diffstat (limited to 'cad/librecad')
-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