1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00

Move this check to the correct place.

Submitted by:	Jan Beich <jbeich@tormail.org>
Pointhat to:	flo
This commit is contained in:
Florian Smeets 2013-02-23 09:16:01 +00:00
parent b64e768cf5
commit 9923e186d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312801

View File

@ -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; \