1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00

security/afl++: Enable GCC option by default after r523406

This commit is contained in:
Tobias Kortkamp 2020-01-20 10:27:39 +00:00
parent 93ae392516
commit 48951fcdcd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=523612

View File

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