aboutsummaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorMatthias Andree <mandree@FreeBSD.org>2011-03-17 00:20:35 +0000
committerMatthias Andree <mandree@FreeBSD.org>2011-03-17 00:20:35 +0000
commitcd20ee9a646d94c77f9845a2fe5b8d9f8c9d09c3 (patch)
treecb1a077e1d554292181a15c791f27eb08f6b6f0f /sysutils
parentb306a66296866b8bc366f162e5f9f95da9c9d726 (diff)
downloadports-cd20ee9a646d94c77f9845a2fe5b8d9f8c9d09c3.tar.gz
ports-cd20ee9a646d94c77f9845a2fe5b8d9f8c9d09c3.zip
Compile as C99 to avoid a ton of warnings in exchange for a few new ones.
Notes
Notes: svn path=/head/; revision=271064
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/gpart/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysutils/gpart/Makefile b/sysutils/gpart/Makefile
index 16a1ad13d12a..46fa3d793d59 100644
--- a/sysutils/gpart/Makefile
+++ b/sysutils/gpart/Makefile
@@ -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