git: 4e152c733c80 - main - devel/iaito: mark broken on i386: non-constant-expression cannot be narrowed from type 'const unsigned long long' to 'size_t'
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Sun, 11 Aug 2024 13:59:50 UTC
The branch main has been updated by vvd: URL: https://cgit.FreeBSD.org/ports/commit/?id=4e152c733c80bac15b64b93cc0f570bcba9f869b commit 4e152c733c80bac15b64b93cc0f570bcba9f869b Author: Martin Filla <freebsd@sysctl.cz> AuthorDate: 2024-08-11 13:54:53 +0000 Commit: Vladimir Druzenko <vvd@FreeBSD.org> CommitDate: 2024-08-11 13:57:23 +0000 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 --- devel/iaito/Makefile | 2 ++ 1 file changed, 2 insertions(+) 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