diff --git a/sysutils/exfat-fuse/Makefile b/sysutils/exfat-fuse/Makefile index 4f591d8bf29..5a5aa234a40 100644 --- a/sysutils/exfat-fuse/Makefile +++ b/sysutils/exfat-fuse/Makefile @@ -19,4 +19,9 @@ CONFIGURE_STYLE = autoreconf AUTOMAKE_VERSION = 1.15 AUTOCONF_VERSION = 2.69 +.include +.if !${PROPERTIES:Mclang} +CFLAGS += -std=gnu99 +.endif + .include