From de5ab839b172600eac8fcad7edd61b1ec5fdb810 Mon Sep 17 00:00:00 2001
From: Piotr Kubaj <pkubaj@FreeBSD.org>
Date: Tue, 5 May 2020 10:28:14 +0000
Subject: sysutils/clone: fix build on GCC architectures

Use C11 compiler:
cc1: error: unrecognized command line option "-std=gnu11"
---
 sysutils/clone/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/sysutils/clone/Makefile b/sysutils/clone/Makefile
index f6905e1631d5..9801eb3dbeaa 100644
--- a/sysutils/clone/Makefile
+++ b/sysutils/clone/Makefile
@@ -10,6 +10,7 @@ COMMENT=		File tree cloning tool
 
 LICENSE=		BSD2CLAUSE
 
+USES=			compiler:c11
 USE_GITHUB=		yes
 GH_ACCOUNT=		cyclaero
 GH_PROJECT=		clone
-- 
cgit debian/1.2.3+git2.25.1-1-2-gaceb0