mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
already loaded. (Thx to zoleg at buryatia dot ru for pointing that) Current code will try both old and new method. - Fix build on amd64 - Reflect internal logf() for GCC 3-x - Reflect 32bitness of time in `struct lastlog'. PR: ports/65882 Submitted by: maintainer
9 lines
204 B
Text
9 lines
204 B
Text
--- chat/Makefile.bsd.orig Thu Apr 22 15:16:08 2004
|
|
+++ chat/Makefile.bsd Thu Apr 22 15:16:35 2004
|
|
@@ -5,4 +5,6 @@
|
|
MAN8= chat.8
|
|
BINDIR= /usr/sbin
|
|
|
|
+CFLAGS+= -fno-builtin-logf
|
|
+
|
|
.include <bsd.prog.mk>
|