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
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to