From 0c13254f97dc78cb4201221b6459172416cc35b7 Mon Sep 17 00:00:00 2001 From: Renato Botelho Date: Fri, 1 Oct 2010 18:52:21 +0000 Subject: - Update to 20.04p09 - Pass maintainership to Paul B Mahol Submitted by: Paul B Mahol (by email) --- graphics/xfractint/files/patch-common__soi.c | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 graphics/xfractint/files/patch-common__soi.c (limited to 'graphics/xfractint/files/patch-common__soi.c') diff --git a/graphics/xfractint/files/patch-common__soi.c b/graphics/xfractint/files/patch-common__soi.c new file mode 100644 index 000000000000..5e3675523756 --- /dev/null +++ b/graphics/xfractint/files/patch-common__soi.c @@ -0,0 +1,21 @@ +--- ./common/soi.c.orig 2004-11-23 08:13:37.000000000 -0500 ++++ ./common/soi.c 2010-01-27 13:52:46.000000000 -0500 +@@ -13,7 +13,9 @@ + */ + #include + #include ++#ifndef BIG_ANSI_C + #include ++#endif + #include "port.h" + #include "prototyp.h" + +@@ -21,7 +23,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) -- cgit v1.2.3