aboutsummaryrefslogtreecommitdiff
path: root/security/afl
diff options
context:
space:
mode:
authorTobias Kortkamp <tobik@FreeBSD.org>2019-06-25 04:13:33 +0000
committerTobias Kortkamp <tobik@FreeBSD.org>2019-06-25 04:13:33 +0000
commit31702b371998599c9a01d99e2f28073fa4ada223 (patch)
treecb1957c42d14181869794ec40f1fb74972bce103 /security/afl
parent6885ac26f01faaaa471fb3ac7182b2b186032eaf (diff)
downloadports-31702b371998599c9a01d99e2f28073fa4ada223.tar.gz
ports-31702b371998599c9a01d99e2f28073fa4ada223.zip
security/afl++: Unlock build on aarch64
In theory it might work on other archs but that has not been tested. While here - Install missing docs - Do not install afl-system-config since it is Linux only - Add CONFLICTS_INSTALL to security/afl (forgotten in r505008)
Notes
Notes: svn path=/head/; revision=505067
Diffstat (limited to 'security/afl')
-rw-r--r--security/afl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/afl/Makefile b/security/afl/Makefile
index 8836229abac0..ad09ae901509 100644
--- a/security/afl/Makefile
+++ b/security/afl/Makefile
@@ -24,6 +24,8 @@ USES= gmake tar:tgz
ALL_TARGET= all libdislocator
TEST_TARGET= test_build
+CONFLICTS_INSTALL= afl++
+
OPTIONS_DEFINE= DEBUG DOCS LLVM
OPTIONS_DEFAULT= LLVM
OPTIONS_SUB= yes