diff options
| author | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-01-20 10:27:39 +0000 |
|---|---|---|
| committer | Tobias Kortkamp <tobik@FreeBSD.org> | 2020-01-20 10:27:39 +0000 |
| commit | 48951fcdcd0639097e912d210ac5a8b4c2e186c5 (patch) | |
| tree | bcd6fc576e3d6f8f373e519e62b89db0b95471c1 /security/afl++ | |
| parent | 93ae392516e962c8de40ba70cdb791c42be03c1f (diff) | |
Notes
Diffstat (limited to 'security/afl++')
| -rw-r--r-- | security/afl++/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
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 |
