sysutils/quickjail: fix build on GCC architectures
cc1: error: unrecognized command line option "-std=c11"
This commit is contained in:
@@ -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}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user