1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00

Add compiler:c11 to USES to fix build on GCC-based systems:

cc1: error: unrecognized command line option "-std=gnu11"

Approved by:	portmgr (tier-2 blanket)
This commit is contained in:
Mark Linimon 2020-07-27 11:36:14 +00:00
parent 0e49751a6d
commit e1961230a6
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543517

View File

@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
BUILD_DEPENDS= rinutils>0:devel/rinutils \
p5-Path-Tiny>=0:devel/p5-Path-Tiny
USES= cmake tar:xz
USES= cmake compiler:c11 tar:xz
USE_PERL5= build
.include <bsd.port.mk>