Mark BROKEN on riscv64 the same as on aarch64.

While here, pet portlint (whitespace).

Approved by:	portmgr (tier-2 blanket)
Obtained from:	lonesome.com build testing
This commit is contained in:
Mark Linimon 2020-12-12 05:31:17 +00:00
parent abc0a180f5
commit 1be5325334
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=557794

View File

@ -13,8 +13,10 @@ COMMENT= Full-featured MP4 format and MPEG DASH library and tools
LICENSE= GPLv2 LICENSE= GPLv2
BROKEN_aarch64= fails to compile: Ap4AesBlockCipher.cpp:93:4: AP4_PLATFORM_BYTE_ORDER is not set BROKEN_aarch64= fails to compile: Ap4AesBlockCipher.cpp:93:4: AP4_PLATFORM_BYTE_ORDER is not set
BROKEN_riscv64= fails to compile: Ap4AesBlockCipher.cpp:93:4: AP4_PLATFORM_BYTE_ORDER is not set
RUN_DEPENDS= bash:shells/bash RUN_DEPENDS= bash:shells/bash
USES= cmake:noninja python shebangfix USES= cmake:noninja python shebangfix
SHEBANG_GLOB= *.sh *.py SHEBANG_GLOB= *.sh *.py
SHEBANG_FILES= Source/Python/*/* SHEBANG_FILES= Source/Python/*/*