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:
parent
b64e768cf5
commit
9923e186d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=312801
@ -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; \
|
||||
|
Loading…
Reference in New Issue
Block a user