aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuri Victorovich <yuri@FreeBSD.org>2022-08-08 03:56:17 +0000
committerYuri Victorovich <yuri@FreeBSD.org>2022-08-08 03:56:55 +0000
commit4e7aefdf1f97eab3349eed3785744056b4c1da01 (patch)
tree70ceb089562e2baad8528e64317256c62994d839
parent53f89c876f7075dd7506e8b206ce65ef55d88234 (diff)
downloadports-4e7aefdf1f97eab3349eed3785744056b4c1da01.tar.gz
ports-4e7aefdf1f97eab3349eed3785744056b4c1da01.zip
science/axom: Broken on armv7
Reported by: fallout (cherry picked from commit f25147f118470fe53910b090c0a5435797200bba)
-rw-r--r--science/axom/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/science/axom/Makefile b/science/axom/Makefile
index 8792a4fa1a93..5a737c5a9765 100644
--- a/science/axom/Makefile
+++ b/science/axom/Makefile
@@ -10,8 +10,9 @@ COMMENT= Infrastructure for development of multi-physics applications and tools
LICENSE= BSD3CLAUSE
LICENSE_FILE= ${WRKSRC}/../LICENSE
-BROKEN_i386= https://github.com/LLNL/axom/issues/743
-BROKEN_powerpc= https://github.com/LLNL/axom/issues/743
+BROKEN_armv7= use of overloaded operator '[]' is ambiguous, see https://github.com/LLNL/axom/issues/743
+BROKEN_i386= use of overloaded operator '[]' is ambiguous, see https://github.com/LLNL/axom/issues/743
+BROKEN_powerpc= use of overloaded operator '[]' is ambiguous, see https://github.com/LLNL/axom/issues/743
LIB_DEPENDS= libconduit.so:science/conduit \
libhdf5.so:science/hdf5 \