aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/gpart
diff options
context:
space:
mode:
authormandree <mandree@FreeBSD.org>2011-03-17 08:20:35 +0800
committermandree <mandree@FreeBSD.org>2011-03-17 08:20:35 +0800
commit720f59d0b9e41885e6b9fafa77fde89a7727abec (patch)
tree036b2d1f02e3b56a7c8907dba3298abad8707700 /sysutils/gpart
parentf0334f2fa8f62e9dc85406df06f081bee85f083a (diff)
downloadfreebsd-ports-gnome-720f59d0b9e41885e6b9fafa77fde89a7727abec.tar.gz
freebsd-ports-gnome-720f59d0b9e41885e6b9fafa77fde89a7727abec.tar.zst
freebsd-ports-gnome-720f59d0b9e41885e6b9fafa77fde89a7727abec.zip
Compile as C99 to avoid a ton of warnings in exchange for a few new ones.
Diffstat (limited to 'sysutils/gpart')
-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