git: 338ccd45fb96 - main - devel/spark: broken on powerpc, same as i386

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Wed, 22 Jan 2025 11:27:47 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=338ccd45fb966adb0a2fd9cf7f7a62f0ff5a0992

commit 338ccd45fb966adb0a2fd9cf7f7a62f0ff5a0992
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2025-01-19 17:18:01 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2025-01-22 11:25:22 +0000

    devel/spark: broken on powerpc, same as i386
---
 devel/spark/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/devel/spark/Makefile b/devel/spark/Makefile
index 3cb2004185e9..f796d4546a34 100644
--- a/devel/spark/Makefile
+++ b/devel/spark/Makefile
@@ -16,6 +16,7 @@ LICENSE=	APACHE20
 BROKEN_armv6=	fails to build: maven-assembly-plugin: Failed to retrieve numeric file attributes
 BROKEN_armv7=	fails to build: maven-assembly-plugin: Failed to retrieve numeric file attributes
 BROKEN_i386=	not enough memory on this architecture to build the port
+BROKEN_powerpc=	not enough memory on this architecture to build the port
 
 BUILD_DEPENDS=	${LOCALBASE}/lib/libsnappyjava.so:archivers/snappy-java \
 		bash:shells/bash \