The math function logf() probably isn't doing us much good for logging
stuff. Add -fno-builtin-logf.
This commit is contained in:
parent
3943acf027
commit
ce56584283
@ -2,6 +2,7 @@
|
||||
|
||||
PROG= chat
|
||||
MAN= chat.8
|
||||
CFLAGS+=-fno-builtin-logf
|
||||
|
||||
#as per policies section in handbook
|
||||
MAINTAINER= peter@freebsd.org
|
||||
|
Loading…
Reference in New Issue
Block a user