git: 1f09b10d0a21 - main - misc/adios2: mark broken on powerpc

From: Piotr Kubaj <pkubaj_at_FreeBSD.org>
Date: Tue, 16 Nov 2021 12:10:55 UTC
The branch main has been updated by pkubaj:

URL: https://cgit.FreeBSD.org/ports/commit/?id=1f09b10d0a21e4b253ba63cb63eda1a5a2e2ce84

commit 1f09b10d0a21e4b253ba63cb63eda1a5a2e2ce84
Author:     Piotr Kubaj <pkubaj@FreeBSD.org>
AuthorDate: 2021-11-16 12:03:32 +0000
Commit:     Piotr Kubaj <pkubaj@FreeBSD.org>
CommitDate: 2021-11-16 12:03:32 +0000

    misc/adios2: mark broken on powerpc
    
    Same issue as on i386.
---
 misc/adios2/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/misc/adios2/Makefile b/misc/adios2/Makefile
index ff3b7492174f..3b1c658c9233 100644
--- a/misc/adios2/Makefile
+++ b/misc/adios2/Makefile
@@ -10,6 +10,7 @@ LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
 BROKEN_i386=	constant expression evaluates to 18446744073709551613 which cannot be narrowed to type 'unsigned int': https://github.com/ornladios/ADIOS2/issues/2469
+BROKEN_powerpc=	constant expression evaluates to 18446744073709551613 which cannot be narrowed to type 'unsigned int': https://github.com/ornladios/ADIOS2/issues/2469
 
 BUILD_DEPENDS=	bash:shells/bash
 LIB_DEPENDS=	libblosc.so:archivers/c-blosc \