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

stuff.  Add -fno-builtin-logf.
This commit is contained in:
peter 2003-10-26 04:49:58 +00:00
parent 3943acf027
commit ce56584283

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