Author: delphij
Date: Fri Aug 22 01:23:38 2014
New Revision: 270317
URL: http://svnweb.freebsd.org/changeset/base/270317

Log:
  Fix powerpc build:
  
  Chase r270227 and compile lockstat with C99 standard.
  
  Suggested by: bde

Modified:
  head/cddl/usr.sbin/lockstat/Makefile

Modified: head/cddl/usr.sbin/lockstat/Makefile
==============================================================================
--- head/cddl/usr.sbin/lockstat/Makefile        Fri Aug 22 00:54:00 2014        
(r270316)
+++ head/cddl/usr.sbin/lockstat/Makefile        Fri Aug 22 01:23:38 2014        
(r270317)
@@ -18,6 +18,7 @@ CFLAGS+=      -I${.CURDIR}/../../../sys/cddl/
                -I${.CURDIR}/../../../sys
 
 CFLAGS+=       -DNEED_ERRLOC -g
+CSTD?=         gnu99
 
 #YFLAGS+=      -d
 
_______________________________________________
svn-src-head@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to