Compile as C99 to avoid a ton of warnings in exchange for a few new ones.

This commit is contained in:
Matthias Andree 2011-03-17 00:20:35 +00:00
parent b306a66296
commit cd20ee9a64
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271064

View file

@ -22,6 +22,7 @@ USE_GMAKE= yes
MAKE_JOBS_SAFE= yes
MAN8= gpart.8
PLIST_FILES= sbin/gpart
CFLAGS+= -std=c99
.if defined(WANT_STATIC)
MAKE_ARGS+= LDFLAGS=-static