aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2019-08-20 04:01:16 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2019-08-20 04:01:16 +0000
commit2cbe61983d68a9105f7c57778c9579ef42d96153 (patch)
tree609e122830797ac0f36b71308302cea29befa5dd
parent6ed4107b50a1038793ef5de389b3fd7fe7ec6737 (diff)
downloadports-2cbe61983d68a9105f7c57778c9579ef42d96153.tar.gz
ports-2cbe61983d68a9105f7c57778c9579ef42d96153.zip
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)
Notes
Notes: svn path=/head/; revision=509405
-rw-r--r--security/honggfuzz/Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/security/honggfuzz/Makefile b/security/honggfuzz/Makefile
index f750f8b330d9..e011a1b832db 100644
--- a/security/honggfuzz/Makefile
+++ b/security/honggfuzz/Makefile
@@ -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