Date: Thu, 03 Nov 2016 08:36:37 +0000 From: bugzilla-noreply@freebsd.org To: freebsd-ports-bugs@FreeBSD.org Subject: [Bug 213993] math/kmplot: fix for lang/gcc5 Message-ID: <bug-213993-13-tbN0kTABjq@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-213993-13@https.bugs.freebsd.org/bugzilla/> References: <bug-213993-13@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D213993 --- Comment #6 from Tobias C. Berner <tcberner@freebsd.org> --- I think the proper fix would be to rather than add an #ifdef GCC, to switch= to=20 #include <cmath> and replace the function calls by std::foo. I think then it should work with all compilers. Could you give that a try? mfg Tobias --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-213993-13-tbN0kTABjq>