aboutsummaryrefslogtreecommitdiffstats
path: root/databases/rocksdb
diff options
context:
space:
mode:
authorsunpoet <sunpoet@FreeBSD.org>2017-08-20 20:26:24 +0800
committersunpoet <sunpoet@FreeBSD.org>2017-08-20 20:26:24 +0800
commit3dd75fbe7cdfd3e89e60651802d2cea235617a80 (patch)
treea1711f2eb9d20d6468b61a7294050896194f1746 /databases/rocksdb
parent39549a29e31d89ae1299ec081f54f0c2d094d01e (diff)
downloadfreebsd-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/Makefile8
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