aboutsummaryrefslogtreecommitdiffstats
path: root/graphics/xfractint/files/patch-common__soi.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xfractint/files/patch-common__soi.c')
-rw-r--r--graphics/xfractint/files/patch-common__soi.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/graphics/xfractint/files/patch-common__soi.c b/graphics/xfractint/files/patch-common__soi.c
index 9f35b9f8ff35..2c3e5f00fddb 100644
--- a/graphics/xfractint/files/patch-common__soi.c
+++ b/graphics/xfractint/files/patch-common__soi.c
@@ -9,12 +9,3 @@
#include <malloc.h>
#endif
#include "port.h"
-@@ -25,7 +25,7 @@
- #define FABS(x) fabsl(x)
- /* the following needs to be changed back to frexpl once the portability
- issue has been addressed JCO */
--#ifndef XFRACT
-+#ifndef __FreeBSD__
- #define FREXP(x,y) frexpl(x,y)
- #else
- #define FREXP(x,y) frexp(x,y)