diff options
author | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-11-16 12:03:32 +0000 |
---|---|---|
committer | Piotr Kubaj <pkubaj@FreeBSD.org> | 2021-11-16 12:03:32 +0000 |
commit | 1f09b10d0a21e4b253ba63cb63eda1a5a2e2ce84 (patch) | |
tree | ef42f840f2480dca429a744b4755f3570257471c /misc/adios2 | |
parent | a87cbe0b5e6ad85dd21908b7943f6b11e0fb44ef (diff) | |
download | freebsd-ports-1f09b10d0a21e4b253ba63cb63eda1a5a2e2ce84.zip |
misc/adios2: mark broken on powerpc
Same issue as on i386.
Diffstat (limited to 'misc/adios2')
-rw-r--r-- | misc/adios2/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
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 \ |