ports/graphics/xfractint/files/patch-common__soi.c
Fernando Apesteguía 36f6324e7b graphics/xfractint: Update to 20.04p16
ChangeLog: https://fractint.net/ftp/current/dos/whatsnew.txt

PR:	253107
Submitted by:	m.ne@gmx.net
Approved by:	onemda@gmail.com (maintainer, timeout > 2 weeks)
2021-02-19 07:40:00 +00:00

11 lines
231 B
C

--- common/soi.c.orig 2014-05-03 13:12:35 UTC
+++ common/soi.c
@@ -15,7 +15,7 @@
#include <string.h>
#ifdef __APPLE__
#include <malloc/malloc.h>
-#else
+#elif !defined(BIG_ANSI_C)
#include <malloc.h>
#endif
#include "port.h"