mirror of
https://git.freebsd.org/ports.git
synced 2025-05-30 01:46:55 -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
341 B
C
11 lines
341 B
C
--- common/biginit.c.orig 2017-02-04 17:11:46 UTC
|
|
+++ common/biginit.c
|
|
@@ -9,7 +9,7 @@ is in the allocations of memory for the big numbers.
|
|
#include <string.h>
|
|
#ifdef __APPLE__
|
|
#include <malloc/malloc.h>
|
|
-#else
|
|
+#elif !defined(BIG_ANSI_C)
|
|
#include <malloc.h>
|
|
#endif
|
|
/* see Fractint.c for a description of the "include" hierarchy */
|