diff options
author | Florian Smeets <flo@FreeBSD.org> | 2013-02-23 09:16:01 +0000 |
---|---|---|
committer | Florian Smeets <flo@FreeBSD.org> | 2013-02-23 09:16:01 +0000 |
commit | 9923e186d9ae83441e90876efbccf41af75b6200 (patch) | |
tree | 7a206804ebed826f46cb4a7d286073e8ca2b9f08 /security/nss | |
parent | b64e768cf5375426df820bfb029e77dd5298d645 (diff) | |
download | ports-9923e186d9ae83441e90876efbccf41af75b6200.tar.gz ports-9923e186d9ae83441e90876efbccf41af75b6200.zip |
Notes
Diffstat (limited to 'security/nss')
-rw-r--r-- | security/nss/Makefile | 2 |
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; \ |