diff options
author | marino <marino@FreeBSD.org> | 2015-07-04 23:17:23 +0800 |
---|---|---|
committer | marino <marino@FreeBSD.org> | 2015-07-04 23:17:23 +0800 |
commit | ab2f717e7dc8602456429700c17d234e17773078 (patch) | |
tree | fd81af5fdafa1040a9d258f9cbe8067044c4cdc1 /databases/rocksdb/Makefile | |
parent | b28a8220d8d8f89a7e6493364dea2699abb18968 (diff) | |
download | freebsd-ports-gnome-ab2f717e7dc8602456429700c17d234e17773078.tar.gz freebsd-ports-gnome-ab2f717e7dc8602456429700c17d234e17773078.tar.zst freebsd-ports-gnome-ab2f717e7dc8602456429700c17d234e17773078.zip |
databases/rocksdb: Unbreak on DragonFly
For the third time, disable Werror on this port.
For this latest version, that wasn't the only problem with regard to
DragonFly -- the endian configuration code was wrong and required a
patch to fix.
Diffstat (limited to 'databases/rocksdb/Makefile')
-rw-r--r-- | databases/rocksdb/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile index d09397bc5c5f..37e274a36340 100644 --- a/databases/rocksdb/Makefile +++ b/databases/rocksdb/Makefile @@ -21,6 +21,7 @@ LDFLAGS+= -L${LOCALBASE}/lib USE_CXXSTD= c++11 USE_LDCONFIG= yes USES= compiler:c++11-lib gmake +MAKE_ARGS= DISABLE_WARNING_AS_ERROR=1 GH_ACCOUNT= facebook USE_GITHUB= yes |