Date: Fri, 26 Mar 2010 16:45:22 +0000 (UTC) From: Xin LI <delphij@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-8@freebsd.org Subject: svn commit: r205701 - stable/8/gnu/usr.bin/cpio Message-ID: <201003261645.o2QGjMZe002472@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: delphij Date: Fri Mar 26 16:45:21 2010 New Revision: 205701 URL: http://svn.freebsd.org/changeset/base/205701 Log: MFC r205630 (imp): This broke when we went to gnu99 as the default standard. Fix the build by reverting to the gnu89 standard. Modified: stable/8/gnu/usr.bin/cpio/Makefile Directory Properties: stable/8/gnu/usr.bin/cpio/ (props changed) Modified: stable/8/gnu/usr.bin/cpio/Makefile ============================================================================== --- stable/8/gnu/usr.bin/cpio/Makefile Fri Mar 26 15:52:32 2010 (r205700) +++ stable/8/gnu/usr.bin/cpio/Makefile Fri Mar 26 16:45:21 2010 (r205701) @@ -58,6 +58,7 @@ SRCS= copyin.c \ xstrndup.c \ alloca.h \ getopt.h +CSTD=gnu89 CLEANFILES+= alloca.h getopt.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201003261645.o2QGjMZe002472>