From 4a4c2efa6a6b5cf62201345ad69552a2f670bebc Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Thu, 30 Oct 2003 22:53:56 +0000 Subject: [PATCH] Replace -fno-builtin-logf with a -D argument to change the function name. --- usr.bin/chat/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile index f77896127ecc..ecb5c82302af 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