Mark as BROKEN on riscv64 the same as on armv*.

While here, pet portlint (Makevar order).

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

View File

@ -10,12 +10,13 @@ COMMENT= Unicorn CPU emulator framework
LICENSE= GPLv2
LICENSE_FILE= ${WRKSRC}/COPYING
TEST_DEPENDS= cmocka>0:sysutils/cmocka
BROKEN_armv6= fails to compile: 'tcg-target.h' file not found
BROKEN_armv7= fails to compile: 'tcg-target.h' file not found
BROKEN_mips= fails to compile: 'ICACHE' undeclared (first use in this function)
BROKEN_mips64= fails to compile: 'ICACHE' undeclared (first use in this function)
BROKEN_riscv64= fails to compile: 'tcg-target.h' file not found
TEST_DEPENDS= cmocka>0:sysutils/cmocka
USE_GITHUB= yes
GH_ACCOUNT= unicorn-engine