From c891e82cdad35b37df64565ad31ae4817055cb62 Mon Sep 17 00:00:00 2001 From: kmos Date: Mon, 30 Jan 2023 17:19:55 +0000 Subject: [PATCH] Do the usual c99 dance to fix build on sparc64 --- sysutils/exfat-fuse/Makefile | 5 +++++ 1 file changed, 5 insertions(+) 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