mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
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
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue