aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKai Knoblich <kai@FreeBSD.org>2022-03-30 10:13:42 +0000
committerKai Knoblich <kai@FreeBSD.org>2022-03-30 10:22:43 +0000
commit22c91b968c5578863af4aedf809eb4116b72dacb (patch)
tree279d1df8b9652a21eb1c73a7f032605e30b5ac69
parent8eb564bc5a6be8cb06ea69f883397176d595933f (diff)
downloadports-22c91b968c5578863af4aedf809eb4116b72dacb.tar.gz
ports-22c91b968c5578863af4aedf809eb4116b72dacb.zip
games/anki: Mark as BROKEN on aarch64
* Now that devel/bazel can be built on aarch64, some of Anki's Bazel rule files still need to be adjusted accordingly. This needs some time and testing thus mark it as BROKEN on aarch64 for now. MFH: 2022Q1 (cherry picked from commit c4d23d072136ddd4d0a1db1332d4f7c2339f0ce7)
-rw-r--r--games/anki/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/games/anki/Makefile b/games/anki/Makefile
index e6ce16cfe474..ca9a21f8e5b9 100644
--- a/games/anki/Makefile
+++ b/games/anki/Makefile
@@ -14,6 +14,8 @@ COMMENT= Flashcard trainer with spaced repetition
LICENSE= AGPLv3+
LICENSE_FILE= ${WRKSRC}/LICENSE
+BROKEN_aarch64= needs adjustments (e.g. "//platforms:freebsd_arm64") for the shipped Bazel rules files to include several files during build.
+
NOT_FOR_ARCHS= armv6 armv7 i386 mips powerpc
NOT_FOR_ARCHS_REASON= the bazel build framework supports only 64-bit systems.