1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-14 03:10:47 +00:00

security/nss: switch unconditionally to ports GCC on powerpc64

After upgrade to clang10, building gcm.c results in allocating all available memory and not building the file.
This commit is contained in:
Piotr Kubaj 2020-03-12 18:29:13 +00:00
parent f6b22b40a5
commit acb3179be5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=528305

View File

@ -57,7 +57,7 @@ BINS= ${DIST}/${OPSYS}${OSREL}_DBG.OBJ
.endif
.if ${ARCH} == powerpc64
USES+= compiler:c++11-lang # -mcrypto -mvsx
USE_GCC= yes
.else
MAKE_ENV+= NSS_DISABLE_ALTIVEC=1
.endif