diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-27 19:51:30 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2017-12-27 19:51:30 +0000 |
commit | af872954fd62eb2f35915c4c119de5b939b063a6 (patch) | |
tree | 102b918937d58374966d932024adf4b0c9de17c3 | |
parent | 1365753b2dcce7fe208e15c4436297fa33516bb7 (diff) | |
download | ports-af872954fd62eb2f35915c4c119de5b939b063a6.tar.gz ports-af872954fd62eb2f35915c4c119de5b939b063a6.zip |
Notes
-rw-r--r-- | databases/rocksdb/Makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile index 8ce92236b310..fbf0032c487f 100644 --- a/databases/rocksdb/Makefile +++ b/databases/rocksdb/Makefile @@ -14,14 +14,14 @@ LICENSE_COMB= dual LICENSE_FILE_APACHE20= ${WRKSRC}/LICENSE.Apache LICENSE_FILE_GPLv2= ${WRKSRC}/COPYING -BUILD_DEPENDS= bash:shells/bash -LIB_DEPENDS= libgflags.so:devel/gflags \ - libsnappy.so:archivers/snappy - BROKEN_DragonFly= does not build on DragonFly BSD using GCC with -Werror BROKEN_armv6?= does not build: db/c.cc:2281:44: implicit conversion loses integer precision: 'uint64_t' (aka 'unsigned long long') to 'size_t' (aka 'unsigned int') BROKEN_armv7?= does not build: /nxb-bin/usr/bin/ld: undefined reference to symbol `__gnu_Unwind_Find_exidx@@FBSD_1.4' (try adding -lc) #'` +BUILD_DEPENDS= bash:shells/bash +LIB_DEPENDS= libgflags.so:devel/gflags \ + libsnappy.so:archivers/snappy + OPTIONS_DEFINE= DEBUG LZ4 ZSTD OPTIONS_DEFAULT=LZ4 |