mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 09:36:41 -04:00
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)
11 lines
375 B
C
11 lines
375 B
C
--- common/fractals.c.orig 2015-01-19 18:35:16 UTC
|
|
+++ common/fractals.c
|
|
@@ -43,7 +43,7 @@ an appropriate setup, per_image, per_pixel, and orbit
|
|
#include <alloc.h>
|
|
#elif defined(__APPLE__)
|
|
#include <malloc/malloc.h>
|
|
-#elif !defined(__386BSD__)
|
|
+#elif !defined(BIG_ANSI_C)
|
|
#include <malloc.h>
|
|
#endif
|
|
/* see Fractint.c for a description of the "include" hierarchy */
|