security/hashcat: mark as broken on aarch64

An attempt to fix the build failed due to dependencies on functions
that might exist on other platforms (e.g. on Linux).

Building with software emulation of special functions (e.g, for CRC)
may be possible, resulting in significantly reduced performance.
This commit is contained in:
Stefan Eßer 2022-03-22 22:36:40 +01:00
parent 1d7709360e
commit c3f6cad5f5

View file

@ -10,8 +10,9 @@ COMMENT= Advanced CPU-based password recovery utility
LICENSE= MIT
LICENSE_FILE= ${WRKSRC}/docs/license.txt
NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe sparc64
NOT_FOR_ARCHS= powerpc powerpc64 powerpcspe sparc64 aarch64
NOT_FOR_ARCHS_REASON= fails to compile: compiling for big-endian architecture not supported
NOT_FOR_ARCHS_REASON_aarch64= fails to compile
BUILD_DEPENDS= minizip:archivers/minizip