From owner-svn-ports-all@FreeBSD.ORG Sat Feb 23 09:16:01 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id BA65EAD5; Sat, 23 Feb 2013 09:16:01 +0000 (UTC) (envelope-from flo@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id A2F992B6; Sat, 23 Feb 2013 09:16:01 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.5/8.14.5) with ESMTP id r1N9G1kc035770; Sat, 23 Feb 2013 09:16:01 GMT (envelope-from flo@svn.freebsd.org) Received: (from flo@localhost) by svn.freebsd.org (8.14.5/8.14.5/Submit) id r1N9G1ux035769; Sat, 23 Feb 2013 09:16:01 GMT (envelope-from flo@svn.freebsd.org) Message-Id: <201302230916.r1N9G1ux035769@svn.freebsd.org> From: Florian Smeets Date: Sat, 23 Feb 2013 09:16:01 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r312801 - head/security/nss X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 23 Feb 2013 09:16:01 -0000 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 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; \