1
0
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:
Piotr Kubaj 2022-01-22 13:33:23 +00:00
parent 6d827e6fce
commit 8e82cdff2c

View File

@ -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