From 48951fcdcd0639097e912d210ac5a8b4c2e186c5 Mon Sep 17 00:00:00 2001 From: Tobias Kortkamp Date: Mon, 20 Jan 2020 10:27:39 +0000 Subject: [PATCH] security/afl++: Enable GCC option by default after r523406 --- security/afl++/Makefile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/security/afl++/Makefile b/security/afl++/Makefile index 80d86222c8a6..27546104b659 100644 --- a/security/afl++/Makefile +++ b/security/afl++/Makefile @@ -3,6 +3,7 @@ PORTNAME= afl PORTVERSION= 2.60c +PORTREVISION= 1 CATEGORIES= security PKGNAMESUFFIX= ++ @@ -30,7 +31,7 @@ TEST_TARGET= test_build CONFLICTS_INSTALL= afl OPTIONS_DEFINE= DEBUG DOCS EXAMPLES GCC LLVM PYTHON -OPTIONS_DEFAULT= LLVM PYTHON +OPTIONS_DEFAULT= GCC LLVM PYTHON # On non-x86 architectures LLVM is mandatory OPTIONS_SLAVE= ${ARCH:Namd64:Ni386:S/${ARCH}/LLVM/} OPTIONS_SUB= yes