aboutsummaryrefslogtreecommitdiff
path: root/security/afl++
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-01-04 23:46:16 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-01-04 23:46:16 +0000
commitba07bce73c40b97c4dcf98deb77bf857533a8125 (patch)
treec87bbcdb23d13b584be915b8f0fa485637644958 /security/afl++
parent5481eb857b0ec0b28b27cd170074fe529c9b7e06 (diff)
downloadports-ba07bce73c40b97c4dcf98deb77bf857533a8125.tar.gz
ports-ba07bce73c40b97c4dcf98deb77bf857533a8125.zip
security/afl++: unbreak on powerpc64
Builds fine on elfv2 and passes make test.
Notes
Notes: svn path=/head/; revision=522070
Diffstat (limited to 'security/afl++')
-rw-r--r--security/afl++/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/afl++/Makefile b/security/afl++/Makefile
index c9c319744776..80d86222c8a6 100644
--- a/security/afl++/Makefile
+++ b/security/afl++/Makefile
@@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/docs/COPYING
# In theory afl supports non-x86 architectures with the LLVM plugin.
# This has only been run tested on aarch64 so far.
-ONLY_FOR_ARCHS= aarch64 amd64 i386
+ONLY_FOR_ARCHS= aarch64 amd64 i386 powerpc64
ONLY_FOR_ARCHS_REASON= uses x86-only instrumentation or requires complete LLVM support
USES= gmake tar:tgz