summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sysutils/triton/Makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/sysutils/triton/Makefile b/sysutils/triton/Makefile
index 6c0f10c524cb..937e5e454c65 100644
--- a/sysutils/triton/Makefile
+++ b/sysutils/triton/Makefile
@@ -11,7 +11,8 @@ WWW= https://triton.quarkslab.com/
LICENSE= APACHE20
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
-BROKEN_riscv64= src/libtriton/includes/triton/tritonToZ3.hpp:43:17: error: no type named '__uint' in namespace 'triton'
+BROKEN_armv7= src/libtriton/includes/triton/tritonToZ3.hpp:43:17: error: no type named '__uint' in namespace 'triton', see https://github.com/JonathanSalwan/Triton/issues/1214
+BROKEN_riscv64= src/libtriton/includes/triton/tritonToZ3.hpp:43:17: error: no type named '__uint' in namespace 'triton', see https://github.com/JonathanSalwan/Triton/issues/1214
BUILD_DEPENDS= boost-libs>0:devel/boost-libs
LIB_DEPENDS= libcapstone.so:devel/capstone4 \