011e54391a
The problem with this package is that the configure step is insufficient at determining if the math long double functions are supported. It tests for a couple of functions and assumes that if those test pass, then all "L" functions are supported. When DragonFly recently upgraded its math library by adding support for a number of long double functions, this package started failing. Support for expl, logl, log10l, sinhl, tanhl, acoshl, asinhl, atanhl, and coshl are still missing on *all* BSDs. The fix for the package is to override the configure script by falsely stating that long double is not supported. Only kcalc uses long double so this misconfiguration only has the effect to cause kcalc to use the standard double math functions. FreeBSD almost definitely needs the same Makefile fix. No revbump is needed because pre-libm improved DragonFly releases are configured the same way. |
||
---|---|---|
.. | ||
patches | ||
DESCR | ||
distinfo | ||
Makefile | ||
PLIST | ||
PLIST.Linux |