From d5b3aaa8b7a7525a0d371bc7b670defde894f437 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 16 Sep 2020 12:26:08 +0000 Subject: [PATCH] sysutils/dtc: fix build on GCC architectures Use newer GCC: util.h:64: warning: 'gnu_printf' is an unrecognized format function type cc1: warnings being treated as errors --- sysutils/dtc/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sysutils/dtc/Makefile b/sysutils/dtc/Makefile index 5971357d361f..1ed3bbb5ad1c 100644 --- a/sysutils/dtc/Makefile +++ b/sysutils/dtc/Makefile @@ -15,7 +15,7 @@ LICENSE= GPLv2 LIB_DEPENDS= libyaml.so:textproc/libyaml -USES= bison gmake pkgconfig shebangfix +USES= bison compiler:c11 gmake pkgconfig shebangfix USE_LDCONFIG= yes SHEBANG_FILES= dtdiff