mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
f9a49d45b5
Reported by: pkg-fallout MFH: 2020Q3
17 lines
677 B
Makefile
17 lines
677 B
Makefile
# Created by: David Thiel <lx@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTREVISION= 1
|
|
|
|
MAINTAINER= lx@FreeBSD.org
|
|
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')
|
|
|
|
.include "${MASTERDIR}/Makefile"
|