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:
parent
0e49751a6d
commit
e1961230a6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=543517
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user