freebsd-ports/graphics/xfractint/files/patch-common__fractalb.c
Pawel Pekala ca4a6cf153 - Update to version 20.04p12 [1]
- 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
2012-03-24 16:51:18 +00:00

11 lines
368 B
C

--- common/fractalb.c.orig 2011-05-07 15:31:02.000000000 -0500
+++ common/fractalb.c 2012-03-10 16:31:30.000000000 -0500
@@ -12,7 +12,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 */