svn commit: r201017 - head/libexec/talkd

Ed Schouten ed at FreeBSD.org
Sat Dec 26 11:00:19 UTC 2009


Author: ed
Date: Sat Dec 26 11:00:18 2009
New Revision: 201017
URL: http://svn.freebsd.org/changeset/base/201017

Log:
  Unbreak the build.
  
  I increased the WARNS, but it looks like it breaks certain architectures
  with more strict alignment requirements (mips, sparc64, ia64).
  
  Pointy hat to:	me

Modified:
  head/libexec/talkd/Makefile

Modified: head/libexec/talkd/Makefile
==============================================================================
--- head/libexec/talkd/Makefile	Sat Dec 26 10:06:45 2009	(r201016)
+++ head/libexec/talkd/Makefile	Sat Dec 26 11:00:18 2009	(r201017)
@@ -6,8 +6,7 @@ SRCS=	talkd.c announce.c process.c table
 .PATH:  ${.CURDIR}/../../usr.bin/wall
 MAN=	talkd.8
 CFLAGS+=-I${.CURDIR}/../../usr.bin/wall
-
-WARNS?=	6
+WFORMAT=0
 
 DPADD=	${LIBULOG}
 LDADD=	-lulog


More information about the svn-src-head mailing list