Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Feb 2013 22:28:51 GMT
From:      svn-freebsd-gecko@chruetertee.ch
To:        freebsd-gecko@freebsd.org
Subject:   [SVN-Commit] r1180 - trunk/security/nss
Message-ID:  <201302202228.r1KMSpox059958@trillian.chruetertee.ch>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Wed Feb 20 22:28:51 2013
New Revision: 1180

Log:
pull in lang/gcc as well for old/unsupported releases

7.4 is still a supported release, 8.[0-2] are not but added
for convenience. As -stable packages are usually built for oldest
supported release of the branch this can be backed out shortly
after RELEASE_7_EOL is tagged.

Reported by:	ale

Modified:
   trunk/security/nss/Makefile

Modified: trunk/security/nss/Makefile
==============================================================================
--- trunk/security/nss/Makefile	Wed Feb 20 19:55:14 2013	(r1179)
+++ trunk/security/nss/Makefile	Wed Feb 20 22:28:51 2013	(r1180)
@@ -58,6 +58,10 @@
 .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
 
 check regression-test test:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201302202228.r1KMSpox059958>