From 35f47c50028b10c693cdea480dcd1d89b4e1c82b Mon Sep 17 00:00:00 2001 From: Peter Wemm Date: Sun, 26 Oct 2003 04:49:58 +0000 Subject: [PATCH] The math function logf() probably isn't doing us much good for logging stuff. Add -fno-builtin-logf. --- usr.bin/chat/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile index 696070488b1..93475aa7733 100644 --- a/usr.bin/chat/Makefile +++ b/usr.bin/chat/Makefile @@ -2,6 +2,7 @@ PROG= chat MAN= chat.8 +CFLAGS+=-fno-builtin-logf #as per policies section in handbook MAINTAINER= peter@freebsd.org