From fc696c9d63eb04b06d0eb5d4519be6bb6c3d4bc6 Mon Sep 17 00:00:00 2001 From: peter Date: Sun, 26 Oct 2003 04:49:58 +0000 Subject: 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(+) (limited to 'usr.bin') diff --git a/usr.bin/chat/Makefile b/usr.bin/chat/Makefile index 6960704..93475aa 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 -- cgit v1.1