git: 528cd3d026c7 - main - devel/pecl-swoole: disable on powerpc

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 11 Oct 2023 18:27:18 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=528cd3d026c76763dd3b250eafe643c2c025d586

commit 528cd3d026c76763dd3b250eafe643c2c025d586
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2023-10-10 23:01:19 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2023-10-11 18:26:41 +0000

    devel/pecl-swoole: disable on powerpc
---
 devel/pecl-swoole/Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/devel/pecl-swoole/Makefile b/devel/pecl-swoole/Makefile
index af3376884fd8..f3ee3cc7602d 100644
--- a/devel/pecl-swoole/Makefile
+++ b/devel/pecl-swoole/Makefile
@@ -9,7 +9,7 @@ WWW=		https://pecl.php.net/package/swoole
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
-NOT_FOR_ARCHS=	i386
+NOT_FOR_ARCHS=	i386 powerpc
 NOT_FOR_ARCHS_REASON= 	upstream drop 32 bits support
 
 USES=		compiler:c11 localbase:ldflags php:build,pecl ssl