summaryrefslogtreecommitdiffstats
path: root/usr.bin/chat/Makefile
diff options
context:
space:
mode:
authorpeter <peter@FreeBSD.org>2003-10-26 04:49:58 +0000
committerpeter <peter@FreeBSD.org>2003-10-26 04:49:58 +0000
commitfc696c9d63eb04b06d0eb5d4519be6bb6c3d4bc6 (patch)
treef8f5ae5137fc0e828f2c2dcaec1aabea57b4c5d1 /usr.bin/chat/Makefile
parent29ac7373364792c28d198c809c5931999d5848e0 (diff)
downloadFreeBSD-src-fc696c9d63eb04b06d0eb5d4519be6bb6c3d4bc6.zip
FreeBSD-src-fc696c9d63eb04b06d0eb5d4519be6bb6c3d4bc6.tar.gz
The math function logf() probably isn't doing us much good for logging
stuff. Add -fno-builtin-logf.
Diffstat (limited to 'usr.bin/chat/Makefile')
-rw-r--r--usr.bin/chat/Makefile1
1 files changed, 1 insertions, 0 deletions
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
OpenPOWER on IntegriCloud