mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
databases/rocksdb: Remove workaround which is fixed in 6.22.1
This commit is contained in:
parent
4ed2798f1a
commit
fa0a8122f6
@ -70,10 +70,6 @@ PLIST_SUB+= LITE=""
|
||||
|
||||
.if ${CHOSEN_COMPILER_TYPE} == clang
|
||||
CXXFLAGS+= -Wno-inconsistent-missing-override -Wno-unused-parameter -Wno-unused-variable
|
||||
# Clang 8 detects shadow enums and stops the build. This workaround adds -Wno-error=shadow to bypass it.
|
||||
.if ${COMPILER_VERSION} >= 80
|
||||
CXXFLAGS+= -Wno-error=shadow
|
||||
.endif
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
Loading…
Reference in New Issue
Block a user