aboutsummaryrefslogtreecommitdiff
path: root/graphics/xfractint/files/patch-common__mpmath_c.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xfractint/files/patch-common__mpmath_c.c')
-rw-r--r--graphics/xfractint/files/patch-common__mpmath_c.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/graphics/xfractint/files/patch-common__mpmath_c.c b/graphics/xfractint/files/patch-common__mpmath_c.c
deleted file mode 100644
index a81264466a2e..000000000000
--- a/graphics/xfractint/files/patch-common__mpmath_c.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- 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;