1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00

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 c4d23d0721)
This commit is contained in:
Kai Knoblich 2022-03-30 12:13:42 +02:00
parent 8eb564bc5a
commit 22c91b968c

View File

@ -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.