aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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