mirror of
https://git.freebsd.org/ports.git
synced 2025-06-17 18:50:33 -04:00
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:
parent
3595156b71
commit
3a565ff18f
1 changed files with 7 additions and 0 deletions
|
@ -25,6 +25,13 @@ PLIST_SUB= PORTVERSION=${PORTVERSION}
|
||||||
GH_ACCOUNT= Blosc
|
GH_ACCOUNT= Blosc
|
||||||
USE_GITHUB= yes
|
USE_GITHUB= yes
|
||||||
|
|
||||||
|
.include <bsd.port.options.mk>
|
||||||
|
|
||||||
|
.if ${ARCH} == powerpc64le
|
||||||
|
USES+= compiler:gcc-c++11-lib
|
||||||
|
USE_CSTD= c11
|
||||||
|
.endif
|
||||||
|
|
||||||
do-test:
|
do-test:
|
||||||
cd ${TEST_WRKSRC} && ctest
|
cd ${TEST_WRKSRC} && ctest
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue