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:
parent
1d7709360e
commit
c3f6cad5f5
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue