git: ec797b287a7b - main - databases/qdrant: Broken on i386

From: Yuri Victorovich <yuri_at_FreeBSD.org>
Date: Sun, 09 Jul 2023 20:16:01 UTC
The branch main has been updated by yuri:

URL: https://cgit.FreeBSD.org/ports/commit/?id=ec797b287a7b81b18c1b3a9aac3e3a59c9b5ffef

commit ec797b287a7b81b18c1b3a9aac3e3a59c9b5ffef
Author:     Yuri Victorovich <yuri@FreeBSD.org>
AuthorDate: 2023-07-09 20:15:28 +0000
Commit:     Yuri Victorovich <yuri@FreeBSD.org>
CommitDate: 2023-07-09 20:15:59 +0000

    databases/qdrant: Broken on i386
    
    Reported by:    fallout
---
 databases/qdrant/Makefile | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/databases/qdrant/Makefile b/databases/qdrant/Makefile
index 1226e965bf51..b056233a2ac3 100644
--- a/databases/qdrant/Makefile
+++ b/databases/qdrant/Makefile
@@ -11,6 +11,8 @@ WWW=		https://qdrant.tech
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE
 
+BROKEN_i386=	compilation breaks with fatal warning: implicit conversion from 'std::numeric_limits<unsigned long long>::type' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') changes value from 18446744073709551615 to 4294967295
+
 BUILD_DEPENDS=	gmake:devel/gmake \
 		protoc:devel/protobuf