forked from Lainports/freebsd-ports
sysutils/clone: fix build on GCC architectures
Use C11 compiler: cc1: error: unrecognized command line option "-std=gnu11"
This commit is contained in:
parent
2ee08ef3fa
commit
de5ab839b1
1 changed files with 1 additions and 0 deletions
|
|
@ -10,6 +10,7 @@ COMMENT= File tree cloning tool
|
|||
|
||||
LICENSE= BSD2CLAUSE
|
||||
|
||||
USES= compiler:c11
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= cyclaero
|
||||
GH_PROJECT= clone
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue