ports/net/pppd23/files/extra-patch-no-logf
Kirill Ponomarev 3699f82b18 - Reflect changes on FreeBSD 5.* to load if_ppp.ko unless
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
2004-04-28 19:56:35 +00:00

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>