diff options
author | Yuri Victorovich <yuri@FreeBSD.org> | 2023-07-09 20:15:28 +0000 |
---|---|---|
committer | Yuri Victorovich <yuri@FreeBSD.org> | 2023-07-09 20:15:59 +0000 |
commit | ec797b287a7b81b18c1b3a9aac3e3a59c9b5ffef (patch) | |
tree | 6002a21b4c727578c417307ded044a0fe96be7f3 /databases/qdrant | |
parent | bdcbad5103ce97ebe06c560a08d61f0e067f8fe5 (diff) | |
download | ports-ec797b287a7b81b18c1b3a9aac3e3a59c9b5ffef.tar.gz ports-ec797b287a7b81b18c1b3a9aac3e3a59c9b5ffef.zip |
databases/qdrant: Broken on i386
Reported by: fallout
Diffstat (limited to 'databases/qdrant')
-rw-r--r-- | databases/qdrant/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
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 |