aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMartin Filla <freebsd@sysctl.cz>2024-08-11 13:54:53 +0000
committerVladimir Druzenko <vvd@FreeBSD.org>2024-08-11 13:57:23 +0000
commit4e152c733c80bac15b64b93cc0f570bcba9f869b (patch)
tree242132be58141038519ec73bffa5845857540d37
parent4c134a6538b9725ebb7aee8a51f78e7bc06634ab (diff)
downloadports-4e152c733c80bac15b64b93cc0f570bcba9f869b.tar.gz
ports-4e152c733c80bac15b64b93cc0f570bcba9f869b.zip
devel/iaito: mark broken on i386: non-constant-expression cannot be narrowed from type 'const unsigned long long' to 'size_t'
error: non-constant-expression cannot be narrowed from type 'const unsigned long long' to 'size_t' (aka 'unsigned int') PR: 278339 Reported by: pkg-fallout
-rw-r--r--devel/iaito/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/devel/iaito/Makefile b/devel/iaito/Makefile
index 2ef3c90f5acd..3df6c6405205 100644
--- a/devel/iaito/Makefile
+++ b/devel/iaito/Makefile
@@ -8,6 +8,8 @@ WWW= https://github.com/radareorg/iaito
LICENSE= GPLv3
+BROKEN_i386= error: non-constant-expression cannot be narrowed from type 'const unsigned long long' to 'size_t' (aka 'unsigned int')
+
LIB_DEPENDS= libcapstone.so:devel/capstone \
libr_core.so:devel/radare2