mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-24 09:25:01 +00:00
security/honggfuzz: fix build on GCC architectures
This port requires C11 compiler: cc1: error: unrecognized command line option "-std=gnu11" Approved by: mentors (implicit approval)
This commit is contained in:
parent
6ed4107b50
commit
2cbe61983d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509405
@ -11,11 +11,7 @@ COMMENT= General-purpose fuzzer with simple, command-line interface
|
||||
LICENSE= APACHE20
|
||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||
|
||||
BROKEN_mips= fails to compile: cc1: error: unrecognized command line option -Wframe-larger-than=131072
|
||||
BROKEN_mips64= fails to compile: cc1: error: unrecognized command line option -Wframe-larger-than=131072
|
||||
BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option -Wframe-larger-than=131072
|
||||
|
||||
USES= gmake
|
||||
USES= compiler:c11 gmake
|
||||
USE_GITHUB= yes
|
||||
GH_ACCOUNT= google
|
||||
GC_TAGNAME= 6d01e82
|
||||
|
Loading…
Reference in New Issue
Block a user