mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-16 07:58:04 +00:00
devel/concurrencpp: fix build on powerpc64 and powerpc on 13.0-RELEASE
Same issue as on powerpc64le.
This commit is contained in:
parent
6d827e6fce
commit
8e82cdff2c
@ -20,7 +20,7 @@ CMAKE_ON= BUILD_SHARED_LIBS
|
||||
|
||||
.include <bsd.port.options.mk>
|
||||
|
||||
.if ${ARCH} == powerpc64le && ${OSVERSION} < 1300523
|
||||
.if (${ARCH} == powerpc64le || ${ARCH} == powerpc64 || ${ARCH} == powerpc) && ${OSVERSION} < 1300523
|
||||
BUILD_DEPENDS= llvm13>0:devel/llvm13
|
||||
CPP= ${LOCALBASE}/bin/clang-cpp13
|
||||
CC= ${LOCALBASE}/bin/clang13
|
||||
|
Loading…
Reference in New Issue
Block a user