aboutsummaryrefslogtreecommitdiff
path: root/security/nss
diff options
context:
space:
mode:
authorPiotr Kubaj <pkubaj@FreeBSD.org>2020-03-12 18:29:13 +0000
committerPiotr Kubaj <pkubaj@FreeBSD.org>2020-03-12 18:29:13 +0000
commitacb3179be5b2193e41ae773730095d626c326054 (patch)
tree016bd5eeef56e183c16d89746a321dd1365cc0b6 /security/nss
parentf6b22b40a5c8909cff7240a6e58a169290825d10 (diff)
downloadports-acb3179be5b2193e41ae773730095d626c326054.tar.gz
ports-acb3179be5b2193e41ae773730095d626c326054.zip
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.
Notes
Notes: svn path=/head/; revision=528305
Diffstat (limited to 'security/nss')
-rw-r--r--security/nss/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile
index cdede609f70b..058c69fabbef 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -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