aboutsummaryrefslogtreecommitdiff
path: root/graphics/xfractint/files/patch-common__soi1.c
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/xfractint/files/patch-common__soi1.c')
-rw-r--r--graphics/xfractint/files/patch-common__soi1.c17
1 files changed, 8 insertions, 9 deletions
diff --git a/graphics/xfractint/files/patch-common__soi1.c b/graphics/xfractint/files/patch-common__soi1.c
index e086d8a0cc4d..fbb0c5a285be 100644
--- a/graphics/xfractint/files/patch-common__soi1.c
+++ b/graphics/xfractint/files/patch-common__soi1.c
@@ -1,12 +1,11 @@
---- ./common/soi1.c.orig 2004-11-23 08:13:37.000000000 -0500
-+++ ./common/soi1.c 2010-01-27 13:52:46.000000000 -0500
-@@ -13,7 +13,9 @@
- */
- #include <time.h>
+--- common/soi1.c.orig 2011-05-07 15:36:50.000000000 -0500
++++ common/soi1.c 2012-03-10 17:10:37.000000000 -0500
+@@ -15,7 +15,7 @@
#include <string.h>
-+#ifndef BIG_ANSI_C
+ #ifdef __APPLE__
+ #include <malloc/malloc.h>
+-#else
++#elif !defined(BIG_ANSI_C)
#include <malloc.h>
-+#endif
+ #endif
#include "port.h"
- #include "prototyp.h"
-