diff options
author | Antoine Brodin <antoine@FreeBSD.org> | 2020-07-12 20:16:35 +0000 |
---|---|---|
committer | Antoine Brodin <antoine@FreeBSD.org> | 2020-07-12 20:16:35 +0000 |
commit | f9a49d45b524808749b852c8fed66e22619863f3 (patch) | |
tree | ffb9062f38b65219dcc6d076fc9d8496f008cbf0 /databases | |
parent | Mark BROKEN (diff) |
Mark BROKEN
Reported by: pkg-fallout
MFH: 2020Q3
Diffstat (limited to 'databases')
-rw-r--r-- | databases/rocksdb-lite/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/rocksdb-lite/Makefile b/databases/rocksdb-lite/Makefile index 1bc781d1bf8e..634247e2d106 100644 --- a/databases/rocksdb-lite/Makefile +++ b/databases/rocksdb-lite/Makefile @@ -9,6 +9,7 @@ COMMENT= Persistent key-value store for fast storage environments (lite version) LITE= yes MASTERDIR= ${.CURDIR}/../rocksdb +BROKEN= fails to package BROKEN_armv6= does not build: db/compaction_job.cc:714:52: error: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'const size_t' (aka 'const unsigned int') BROKEN_armv7= does not build: db/compaction_job.cc:714:52: error: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'const size_t' (aka 'const unsigned int') |