diff options
author | Matthias Andree <mandree@FreeBSD.org> | 2011-03-17 00:20:35 +0000 |
---|---|---|
committer | Matthias Andree <mandree@FreeBSD.org> | 2011-03-17 00:20:35 +0000 |
commit | cd20ee9a646d94c77f9845a2fe5b8d9f8c9d09c3 (patch) | |
tree | cb1a077e1d554292181a15c791f27eb08f6b6f0f | |
parent | b306a66296866b8bc366f162e5f9f95da9c9d726 (diff) |
Notes
-rw-r--r-- | sysutils/gpart/Makefile | 1 |
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 |