git: 7bfa57d7394a - main - graphics/simpleitk: mark broken on powerpc

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Sun, 11 Feb 2024 11:49:51 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=7bfa57d7394a33aae62738ca5730738dc140e6e5

commit 7bfa57d7394a33aae62738ca5730738dc140e6e5
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2024-02-09 02:32:07 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2024-02-11 11:48:51 +0000

    graphics/simpleitk: mark broken on powerpc
---
 graphics/simpleitk/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/graphics/simpleitk/Makefile b/graphics/simpleitk/Makefile
index 8eb6f270745d..075f32e8c543 100644
--- a/graphics/simpleitk/Makefile
+++ b/graphics/simpleitk/Makefile
@@ -12,6 +12,7 @@ LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_armv7=	clang consistently runs out of memory
 BROKEN_i386=	clang consistently runs out of memory
+BROKEN_powerpc=	clang consistently runs out of memory
 
 LIB_DEPENDS=	libgdcmCommon.so:devel/gdcm \
 		libhdf5.so:science/hdf5 \