git: 38a7e23fd5ba - main - security/afl++: enable on powerpc

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Sat, 22 Jan 2022 13:40:13 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=38a7e23fd5ba96cd2fc0e372f74e82c1eabefb57

commit 38a7e23fd5ba96cd2fc0e372f74e82c1eabefb57
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2022-01-22 13:33:28 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2022-01-22 13:33:28 +0000

    security/afl++: enable on powerpc
---
 security/afl++/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/security/afl++/Makefile b/security/afl++/Makefile
index d229a5cf33b8..820fcdfbfb23 100644
--- a/security/afl++/Makefile
+++ b/security/afl++/Makefile
@@ -11,7 +11,7 @@ COMMENT=	Fast instrumented fuzzer
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/docs/COPYING
 
-ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc64 powerpc64le
+ONLY_FOR_ARCHS=	aarch64 amd64 i386 powerpc powerpc64 powerpc64le
 ONLY_FOR_ARCHS_REASON=	uses x86-only instrumentation or requires complete LLVM support
 
 BUILD_DEPENDS=	ginstall:sysutils/coreutils