mirror of
https://git.freebsd.org/ports.git
synced 2025-06-07 13:50:38 -04:00
- Project has new homepage [1] - Port needs USE_XORG+=xft to compile now - Use INSTALL_DATA and COPYTREE_SHARE macros instead of CP for proper file permissions - Add desktop entry file PR: ports/165911 [1] Submitted by: Pedro Giffuni <giffunip@tutopia.com> [1] Approved by: maintainer [1] Feature safe: yes
11 lines
368 B
C
11 lines
368 B
C
--- common/fractals.c.orig 2011-05-08 11:47:58.000000000 -0500
|
|
+++ common/fractals.c 2012-03-10 16:33:40.000000000 -0500
|
|
@@ -43,7 +43,7 @@
|
|
#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 */
|