aboutsummaryrefslogtreecommitdiff
path: root/emulators/unicorn
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-05-27 22:30:08 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-05-27 22:30:08 +0000
commit386a493ae9aae58145973251802ad3356b50e679 (patch)
treeab1b84f41219fe2119863a701c70a606e0b753ed /emulators/unicorn
parent378be05b39e0bbdaa00c96c4738cb13596ef1f2f (diff)
downloadports-386a493ae9aae58145973251802ad3356b50e679.tar.gz
ports-386a493ae9aae58145973251802ad3356b50e679.zip
Mark some ports failing on armv6, for errors classified as "missing_header".
While here, pet portlint. Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=441882
Diffstat (limited to 'emulators/unicorn')
-rw-r--r--emulators/unicorn/Makefile5
1 files changed, 4 insertions, 1 deletions
diff --git a/emulators/unicorn/Makefile b/emulators/unicorn/Makefile
index 479bacd61209..e7b2846e591b 100644
--- a/emulators/unicorn/Makefile
+++ b/emulators/unicorn/Makefile
@@ -12,7 +12,10 @@ LICENSE_FILE= ${WRKSRC}/COPYING
TEST_DEPENDS= cmocka>0:sysutils/cmocka
-BROKEN_powerpc64= fails to compile: cc1: error: unrecognized command line option "-Wno-logical-op-parentheses"
+BROKEN_armv6= 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_powerpc64= fails to compile: cc1: unrecognized command line option "-Wno-logical-op-parentheses"
USE_GITHUB= yes
GH_ACCOUNT= unicorn-engine