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: _______________________________________________ freebsd-gecko@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-gecko To unsubscribe, send any mail to "freebsd-gecko-unsubscr...@freebsd.org"