aboutsummaryrefslogtreecommitdiffstats
path: root/lang/klone
diff options
context:
space:
mode:
authorijliao <ijliao@FreeBSD.org>2002-09-28 21:39:17 +0800
committerijliao <ijliao@FreeBSD.org>2002-09-28 21:39:17 +0800
commite675fe05b76a413186fd89fc2fca00565647edb4 (patch)
treec658757538f71938f4c62a16288baa240d990bba /lang/klone
parent7bfb0c0064dbaf081f0efae4a9bf83f8a9086456 (diff)
downloadfreebsd-ports-graphics-e675fe05b76a413186fd89fc2fca00565647edb4.tar.gz
freebsd-ports-graphics-e675fe05b76a413186fd89fc2fca00565647edb4.tar.zst
freebsd-ports-graphics-e675fe05b76a413186fd89fc2fca00565647edb4.zip
fix bento build error : there is a *alloc() clash
PR: 43311 Submitted by: adam@vectors.cx
Diffstat (limited to 'lang/klone')
-rw-r--r--lang/klone/files/freebsd2
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/klone/files/freebsd b/lang/klone/files/freebsd
index da22b437d2f..ac8f9a970b2 100644
--- a/lang/klone/files/freebsd
+++ b/lang/klone/files/freebsd
@@ -11,7 +11,7 @@ FLAGS = %%CFLAGS%%
# name (absolute or relative) of the compiler: cc, /bin/cc
C_COMPILER = %%CC%%
# various defines:
-DEFINES = -DSYSV_TIME -DVOID_SIGNALS
+DEFINES = -DSYSV_TIME -DVOID_SIGNALS -DDO_NOT_REDEFINE_MALLOC
# other linker -specific flags
LFLAGS =
# unix command to apply to executable after link