diff options
| author | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-09-02 19:49:30 +0000 |
|---|---|---|
| committer | Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2025-09-02 20:14:37 +0000 |
| commit | 16895d62b96de16d8dfccc6d38fee3349cf14b43 (patch) | |
| tree | 1a720ec701ca6837e3029c55a9f629ac965cd106 | |
| parent | c1a181b798ac9186c01d775d55d6b5e0651ec97b (diff) | |
databases/rocksdb: Clean up
All supported FreeBSD releases has clang 17+ in base system.
| -rw-r--r-- | databases/rocksdb/Makefile | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/databases/rocksdb/Makefile b/databases/rocksdb/Makefile index f96c6c236285..06230db225c4 100644 --- a/databases/rocksdb/Makefile +++ b/databases/rocksdb/Makefile @@ -59,10 +59,7 @@ ZSTD_MAKE_ENV_OFF= ROCKSDB_DISABLE_ZSTD=yes .include <bsd.port.pre.mk> .if ${CHOSEN_COMPILER_TYPE} == clang -CXXFLAGS+= -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-unused-variable -.if ${COMPILER_VERSION} >= 170 -CXXFLAGS+= -Wno-sync-alignment -.endif +CXXFLAGS+= -Wno-sync-alignment -Wno-unused-but-set-variable -Wno-unused-parameter -Wno-unused-variable .endif post-patch: |
