Compile as C99 to avoid a ton of warnings in exchange for a few new ones.
This commit is contained in:
parent
b306a66296
commit
cd20ee9a64
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=271064
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue