forked from Lainports/freebsd-ports
- Project has new homepage [1] - Port needs USE_XORG+=xft to compile now - Use INSTALL_DATA and COPYTREE_SHARE macros instead of CP for proper file permissions - Add desktop entry file PR: ports/165911 [1] Submitted by: Pedro Giffuni <giffunip@tutopia.com> [1] Approved by: maintainer [1] Feature safe: yes
11 lines
322 B
C
11 lines
322 B
C
--- common/mpmath_c.c.orig 2012-03-10 17:28:37.000000000 -0500
|
|
+++ common/mpmath_c.c 2012-03-10 17:34:32.000000000 -0500
|
|
@@ -220,7 +220,7 @@
|
|
if(t.x < -690)
|
|
e2x = 0.0;
|
|
else
|
|
- e2x = expl(t.x);
|
|
+ e2x = exp(t.x);
|
|
#ifdef XFRACT
|
|
if (isnan(e2x) || isinf(e2x))
|
|
e2x = 1.0;
|