pkgsrc-Changes archive

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

CVS commit: pkgsrc/cad/librecad



Module Name:    pkgsrc
Committed By:   plunky
Date:           Fri Sep  9 18:48:59 UTC 2016

Modified Files:
        pkgsrc/cad/librecad: Makefile

Log Message:
add a note about using BOOST_MATH_NO_LONG_DOUBLE_MATH_FUNCTIONS


To generate a diff of this commit:
cvs rdiff -u -r1.31 -r1.32 pkgsrc/cad/librecad/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/cad/librecad/Makefile
diff -u pkgsrc/cad/librecad/Makefile:1.31 pkgsrc/cad/librecad/Makefile:1.32
--- pkgsrc/cad/librecad/Makefile:1.31   Fri Sep  9 18:46:52 2016
+++ pkgsrc/cad/librecad/Makefile        Fri Sep  9 18:48:59 2016
@@ -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



Home | Main Index | Thread Index | Old Index