The math function logf() probably isn't doing us much good for logging

stuff.  Add -fno-builtin-logf.
This commit is contained in:
Peter Wemm 2003-10-26 04:49:58 +00:00
parent a2141d7a53
commit 35f47c5002
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=121544

View file

@ -2,6 +2,7 @@
PROG= chat
MAN= chat.8
CFLAGS+=-fno-builtin-logf
#as per policies section in handbook
MAINTAINER= peter@freebsd.org