mirror of
https://git.freebsd.org/ports.git
synced 2025-04-29 18:16:48 -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
338 B
C
11 lines
338 B
C
--- common/fractalb.c.orig 2020-07-05 20:02:50 UTC
|
|
+++ common/fractalb.c
|
|
@@ -12,7 +12,7 @@ fractal routines.
|
|
#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 */
|