mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-22 08:58:47 +00:00
security/palisade: Fix build with llvm15
Approved by: portmgr (blanket)
This commit is contained in:
parent
8104a81e1d
commit
ca88d76e34
@ -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 New Issue
Block a user