aboutsummaryrefslogtreecommitdiff
path: root/emulators/unicorn
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2017-01-31 03:40:46 +0000
committerMark Linimon <linimon@FreeBSD.org>2017-01-31 03:40:46 +0000
commitdcd74e6387a7b13a84f56be4fd95b245441cc800 (patch)
tree0d0809d74c7183324fd4c40d2cc1f8c9c36af021 /emulators/unicorn
parentb2e18017b2d4c4044c103983b080543102008420 (diff)
downloadports-dcd74e6387a7b13a84f56be4fd95b245441cc800.tar.gz
ports-dcd74e6387a7b13a84f56be4fd95b245441cc800.zip
Mark various ports broken on aarch64 and armv6.
Approved by: portmgr (tier-2 blanket)
Notes
Notes: svn path=/head/; revision=432897
Diffstat (limited to 'emulators/unicorn')
-rw-r--r--emulators/unicorn/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/emulators/unicorn/Makefile b/emulators/unicorn/Makefile
index 697c01dcb781..ea59c10ee56c 100644
--- a/emulators/unicorn/Makefile
+++ b/emulators/unicorn/Makefile
@@ -24,4 +24,6 @@ MAKE_ENV= INSTALL_LIB="${INSTALL_LIB}" \
TEST_TARGET= test
TEST_WRKSRC= ${WRKSRC}/tests/unit
+BROKEN_aarch64= fails to compile: error: use of undeclared identifier tcg_op_defs
+
.include <bsd.port.mk>