From 720f59d0b9e41885e6b9fafa77fde89a7727abec Mon Sep 17 00:00:00 2001 From: mandree Date: Thu, 17 Mar 2011 00:20:35 +0000 Subject: Compile as C99 to avoid a ton of warnings in exchange for a few new ones. --- sysutils/gpart/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'sysutils/gpart') 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 -- cgit