diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2017-08-20 20:26:24 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2017-08-20 20:26:24 +0800 |
commit | 3dd75fbe7cdfd3e89e60651802d2cea235617a80 (patch) | |
tree | a1711f2eb9d20d6468b61a7294050896194f1746 /databases/rocksdb | |
parent | 39549a29e31d89ae1299ec081f54f0c2d094d01e (diff) | |
download | freebsd-ports-gnome-3dd75fbe7cdfd3e89e60651802d2cea235617a80.tar.gz freebsd-ports-gnome-3dd75fbe7cdfd3e89e60651802d2cea235617a80.tar.zst freebsd-ports-gnome-3dd75fbe7cdfd3e89e60651802d2cea235617a80.zip |
Pet portlint: move BROKEN_* upward
Diffstat (limited to 'databases/rocksdb')
-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 41b070aef47d..d124f1c4e3d9 100644 --- a/databases/rocksdb/Makefile +++ b/databases/rocksdb/Makefile @@ -14,16 +14,16 @@ 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_aarch64= does not build: the clang compiler does not support -march=native BROKEN_armv6= does not build: the clang compiler does not support -march=native BROKEN_powerpc64= does not build: the clang compiler does not support -march=native BROKEN_sparc64= cannot build: uses unknown compiler flags +BUILD_DEPENDS= bash:shells/bash +LIB_DEPENDS= libgflags.so:devel/gflags \ + libsnappy.so:archivers/snappy + OPTIONS_DEFINE= DEBUG LZ4 ZSTD OPTIONS_DEFAULT=LZ4 |