svn commit: r528305 - head/security/nss

Piotr Kubaj pkubaj at FreeBSD.org
Thu Mar 12 18:29:15 UTC 2020


Author: pkubaj
Date: Thu Mar 12 18:29:13 2020
New Revision: 528305
URL: https://svnweb.freebsd.org/changeset/ports/528305

Log:
  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.

Modified:
  head/security/nss/Makefile

Modified: head/security/nss/Makefile
==============================================================================
--- head/security/nss/Makefile	Thu Mar 12 18:28:18 2020	(r528304)
+++ head/security/nss/Makefile	Thu Mar 12 18:29:13 2020	(r528305)
@@ -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


More information about the svn-ports-all mailing list