svn commit: r312801 - head/security/nss

Florian Smeets flo at FreeBSD.org
Sat Feb 23 09:16:01 UTC 2013


Author: flo
Date: Sat Feb 23 09:16:01 2013
New Revision: 312801
URL: http://svnweb.freebsd.org/changeset/ports/312801

Log:
  Move this check to the correct place.
  
  Submitted by:	Jan Beich <jbeich at tormail.org>
  Pointhat to:	flo

Modified:
  head/security/nss/Makefile

Modified: head/security/nss/Makefile
==============================================================================
--- head/security/nss/Makefile	Sat Feb 23 07:38:03 2013	(r312800)
+++ head/security/nss/Makefile	Sat Feb 23 09:16:01 2013	(r312801)
@@ -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;	\


More information about the svn-ports-head mailing list