sysutils/quickjail: fix build on GCC architectures
cc1: error: unrecognized command line option "-std=c11"
This commit is contained in:
parent
e043722971
commit
c7c0e73c8f
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=555569
@ -11,7 +11,7 @@ COMMENT= Utility to quickly create transient single-command jails
|
||||
LICENSE= BSD2CLAUSE
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
USES= uidfix
|
||||
USES= compiler:c11 uidfix
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user