security/palisade: Fix build with llvm15
Approved by: portmgr (blanket)
This commit is contained in:
parent
8104a81e1d
commit
ca88d76e34
1 changed files with 7 additions and 1 deletions
|
@ -48,4 +48,10 @@ OPENMP_CMAKE_BOOL= WITH_OPENMP
|
|||
HEXL_CMAKE_BOOL= WITH_HEXL
|
||||
HEXL_LIB_DEPENDS= libhexl.so:security/hexl
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OPSYS} == FreeBSD && ( ${OSVERSION} >= 1400079 || ( ${OSVERSION} >= 1302505 && ${OSVERSION} < 1400000 ))
|
||||
CXXFLAGS+= -Wno-error=unused-but-set-variable
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue