Author: dim
Date: Sat Dec 17 17:04:30 2011
New Revision: 228649
URL: http://svn.freebsd.org/changeset/base/228649

Log:
  Use NO_WCAST_ALIGN for usr.bin/ncplist, as there are many potential
  alignment issues in it.  (Though I doubt anyone still cares about
  NetWare support...)
  
  MFC after:    1 week

Modified:
  head/usr.bin/ncplist/Makefile

Modified: head/usr.bin/ncplist/Makefile
==============================================================================
--- head/usr.bin/ncplist/Makefile       Sat Dec 17 16:59:22 2011        
(r228648)
+++ head/usr.bin/ncplist/Makefile       Sat Dec 17 17:04:30 2011        
(r228649)
@@ -1,6 +1,7 @@
 # $FreeBSD$
 
 PROG=  ncplist
+NO_WCAST_ALIGN=
 
 DPADD= ${LIBNCP} ${LIBIPX}
 LDADD= -lncp -lipx
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "[email protected]"

Reply via email to