From 51ed86f46ce07baa2ca3fb3d581b4a6744efb5a8 Mon Sep 17 00:00:00 2001 From: Yuri Victorovich Date: Thu, 6 Jun 2024 08:40:42 -0700 Subject: [PATCH] sysutils/triton: Broken on i386 Reported by: fallout --- sysutils/triton/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/sysutils/triton/Makefile b/sysutils/triton/Makefile index 9a7f440c6fac..2744fbc43fc6 100644 --- a/sysutils/triton/Makefile +++ b/sysutils/triton/Makefile @@ -12,6 +12,7 @@ LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE.txt 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_i386= compilation fails: conflict of 'namespace i386' and macro '#define i386 1' 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