1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-18 19:49:40 +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:
Piotr Kubaj 2019-08-20 04:01:16 +00:00
parent 6ed4107b50
commit 2cbe61983d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=509405

View File

@ -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