aboutsummaryrefslogtreecommitdiff
path: root/emulators/unicorn
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2020-12-12 05:24:25 +0000
committerMark Linimon <linimon@FreeBSD.org>2020-12-12 05:24:25 +0000
commitabc0a180f5516066cd9b630f5f0b6be202984f94 (patch)
tree2c508564f46e52c5f9d1c15f392a78cb0a540757 /emulators/unicorn
parent5b5d917fce5ea227a85f4d0a283789cd50743f66 (diff)
downloadports-abc0a180f5516066cd9b630f5f0b6be202984f94.tar.gz
ports-abc0a180f5516066cd9b630f5f0b6be202984f94.zip
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
Notes
Notes: svn path=/head/; revision=557793
Diffstat (limited to 'emulators/unicorn')
-rw-r--r--emulators/unicorn/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/emulators/unicorn/Makefile b/emulators/unicorn/Makefile
index 920c3e6e663b..de6a9939d37f 100644
--- a/emulators/unicorn/Makefile
+++ b/emulators/unicorn/Makefile
@@ -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