devel/llvm14: fix build on 13.0
Fix build similarly to llvm-devel. Pointy hat: me
This commit is contained in:
parent
56365f6b7d
commit
906376e51f
1 changed files with 2 additions and 2 deletions
|
@ -305,9 +305,9 @@ COMPILER_RT_PATTERN= (sanitizer|include.xray|include\/fuzzer|profile\/InstrProfD
|
||||||
.if ${OSVERSION} < 1300525
|
.if ${OSVERSION} < 1300525
|
||||||
# An unwind.h is require to build. I think an in-tree one should be used
|
# An unwind.h is require to build. I think an in-tree one should be used
|
||||||
# but this seems to work as a workaround...
|
# but this seems to work as a workaround...
|
||||||
COMPILER_RT_BUILD_DEPENDS= libunwind>0:devel/libunwind
|
BUILD_DEPENDS+= libunwind>0:devel/libunwind
|
||||||
# Allow unwind.h to be found reliably
|
# Allow unwind.h to be found reliably
|
||||||
COMPILER_RT_USES= localbase
|
USES+= localbase
|
||||||
.endif
|
.endif
|
||||||
.endif
|
.endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue