archivers/c-blosc2: use GCC on powerpc64le for its SSE translation layer to use AltiVec

C11 is required by tests.
This commit is contained in:
Piotr Kubaj 2021-11-08 16:49:35 +00:00
parent 3595156b71
commit 3a565ff18f

View file

@ -25,6 +25,13 @@ PLIST_SUB= PORTVERSION=${PORTVERSION}
GH_ACCOUNT= Blosc
USE_GITHUB= yes
.include <bsd.port.options.mk>
.if ${ARCH} == powerpc64le
USES+= compiler:gcc-c++11-lib
USE_CSTD= c11
.endif
do-test:
cd ${TEST_WRKSRC} && ctest