summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-10-30 22:53:56 +0000
committerpeter <peter@FreeBSD.org>2003-10-30 22:53:56 +0000
commitc2053cfe71f0cf6db9c522ab75d082a1c9f7525c (patch)
tree50c07d105c5db5b80c49d78d3a6288565fce14c4 /usr.bin
parente08504bacfcfe297d38c8c35459cf7d79dfc810d (diff)
downloadFreeBSD-src-c2053cfe71f0cf6db9c522ab75d082a1c9f7525c.zip
FreeBSD-src-c2053cfe71f0cf6db9c522ab75d082a1c9f7525c.tar.gz
Replace -fno-builtin-logf with a -D argument to change the function name.
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/chat/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile
index f778961..ecb5c82 100644
--- a/usr.bin/chat/Makefile
+++ b/usr.bin/chat/Makefile
@@ -5,6 +5,6 @@
PROG= chat
MAN= chat.8
-CFLAGS+=-fno-builtin-logf
+CFLAGS+=-Dlogf=logit
.include <bsd.prog.mk>
OpenPOWER on IntegriCloud