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 | 0d30ad804c2bf86ce7abc9f446c8235d9b5eb6b6 (diff) | |
download | ports-befbd5b2d2172cb74d31f7b84547f2dbba2c76ba.tar.gz ports-befbd5b2d2172cb74d31f7b84547f2dbba2c76ba.zip |
Notes
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 |