aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--security/nss/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/security/nss/Makefile b/security/nss/Makefile
index 55005071500b..f38031d424c8 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -57,7 +57,7 @@ BINS= ${DIST}/${OPSYS}${OSREL}_OPT.OBJ
BINS= ${DIST}/${OPSYS}${OSREL}_DBG.OBJ
.endif
-.if ${OPSYS} == FreeBSD && ${ARCH} == i386
+.if ${OPSYS} == FreeBSD && ${ARCH} == i386 && ! ${MACHINE_CPU:Msse2}
USES+= compiler:c++14-lang # gcm.h
.endif