aboutsummaryrefslogtreecommitdiffstats
path: root/security/nss
diff options
context:
space:
mode:
authorflo <flo@FreeBSD.org>2013-02-23 17:16:01 +0800
committerflo <flo@FreeBSD.org>2013-02-23 17:16:01 +0800
commitec768d44062c6427a8630ff89504b2fa38fe0719 (patch)
tree7a206804ebed826f46cb4a7d286073e8ca2b9f08 /security/nss
parentadfc29200e5523857cc1e6ae8150420d8b19fbf5 (diff)
downloadfreebsd-ports-gnome-ec768d44062c6427a8630ff89504b2fa38fe0719.tar.gz
freebsd-ports-gnome-ec768d44062c6427a8630ff89504b2fa38fe0719.tar.zst
freebsd-ports-gnome-ec768d44062c6427a8630ff89504b2fa38fe0719.zip
Move this check to the correct place.
Submitted by: Jan Beich <jbeich@tormail.org> Pointhat to: flo
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 91f3994481a5..f3386c88da35 100644
--- a/security/nss/Makefile
+++ b/security/nss/Makefile
@@ -57,12 +57,12 @@ USE_BINUTILS= # intel-gcm.s
CFLAGS+= -B${LOCALBASE}/bin
.if defined(WITH_CLANG_IS_CC) || ${CC:Mcc} && ${OSVERSION} > 1000023
EXTRA_PATCHES+= ${FILESDIR}/extra-bug835050
+.endif
.if ${CC:Mcc} && (${OSVERSION} >= 800000 && ${OSVERSION} < 802503 \
|| ${OSVERSION} < 704101)
USE_GCC?= yes # -mssse3
.endif
.endif
-.endif
check regression-test test:
cd ${WRKSRC}/tests; \