sysutils/clone: fix build on GCC architectures

Use C11 compiler:
cc1: error: unrecognized command line option "-std=gnu11"
This commit is contained in:
Piotr Kubaj 2020-05-05 10:28:14 +00:00
parent 2ee08ef3fa
commit de5ab839b1

View file

@ -10,6 +10,7 @@ COMMENT= File tree cloning tool
LICENSE= BSD2CLAUSE
USES= compiler:c11
USE_GITHUB= yes
GH_ACCOUNT= cyclaero
GH_PROJECT= clone