From 528cd3d026c76763dd3b250eafe643c2c025d586 Mon Sep 17 00:00:00 2001 From: Piotr Kubaj Date: Wed, 11 Oct 2023 01:01:19 +0200 Subject: [PATCH] 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 af3376884fd8b..f3ee3cc7602d8 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