summaryrefslogtreecommitdiff
path: root/graphics/xfractint/files/patch-common__lsysf.c
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2010-10-01 18:52:21 +0000
committerRenato Botelho <garga@FreeBSD.org>2010-10-01 18:52:21 +0000
commit0c13254f97dc78cb4201221b6459172416cc35b7 (patch)
treed0df5f36041530850d04d9759b9b48a1c7cb5153 /graphics/xfractint/files/patch-common__lsysf.c
parentDrop maintainership. (diff)
- Update to 20.04p09
- Pass maintainership to Paul B Mahol <onemda@gmail.com> Submitted by: Paul B Mahol <onemda@gmail.com> (by email)
Diffstat (limited to 'graphics/xfractint/files/patch-common__lsysf.c')
-rw-r--r--graphics/xfractint/files/patch-common__lsysf.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/xfractint/files/patch-common__lsysf.c b/graphics/xfractint/files/patch-common__lsysf.c
new file mode 100644
index 000000000000..1e1c479c5fb3
--- /dev/null
+++ b/graphics/xfractint/files/patch-common__lsysf.c
@@ -0,0 +1,11 @@
+--- ./common/lsysf.c.orig 2004-11-23 08:13:37.000000000 -0500
++++ ./common/lsysf.c 2010-01-27 13:52:46.000000000 -0500
+@@ -1,7 +1,7 @@
+ #include <string.h>
+ #ifdef __TURBOC__
+ #include <alloc.h>
+-#else
++#elif !defined(BIG_ANSI_C)
+ #include <malloc.h>
+ #endif
+