K 10 svn:author V 6 marino K 8 svn:date V 27 2015-05-01T14:36:27.892848Z K 7 svn:log V 396 databases/rocksdb: Unbreak on DragonFly due to -Werror (again) The -Werror flag reappeared on the latest version, and it still doesn't build without error on GCC5. In this case, the FLAGS_env variable was defined and not used tripping [-Werror=unused-variable] I would seriously remove -Werror from this port (again), but this patch makes it build again on DragonFly, at least for the moment. END