diff options
author | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-28 13:39:17 +0000 |
---|---|---|
committer | Ying-Chieh Liao <ijliao@FreeBSD.org> | 2002-09-28 13:39:17 +0000 |
commit | befbd5b2d2172cb74d31f7b84547f2dbba2c76ba (patch) | |
tree | 515d4998cd6620e0152c52a1a0628e8ef4ccc646 /lang/klone | |
parent | Bump PORTREVISION and update pkg-message properly. (diff) |
fix bento build error : there is a *alloc() clash
PR: 43311
Submitted by: adam@vectors.cx
Notes
Notes:
svn path=/head/; revision=67185
Diffstat (limited to 'lang/klone')
-rw-r--r-- | lang/klone/files/freebsd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lang/klone/files/freebsd b/lang/klone/files/freebsd index da22b437d2f0..ac8f9a970b2d 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 |