Mark as BROKEN on amd64 -CURRENT, too.
Noticed by: pointyhat/kris Approved by: maintainer
This commit is contained in:
parent
990b7ce685
commit
0851ff5721
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173341
1 changed files with 3 additions and 2 deletions
|
@ -83,8 +83,9 @@ MAKE_ENV+= BLAS_LIBS="-L${LOCALBASE}/lib ${BLAS_LIBS}"
|
|||
USE_GCC= 3.2
|
||||
.endif
|
||||
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
|
||||
BROKEN= does not compile on alpha 5.x, ia64, or sparc64
|
||||
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 || ${ARCH} == "ia64" || \
|
||||
${ARCH} == "sparc64" || ${ARCH} == "amd64" && ${OSVERSION} >= 700000
|
||||
BROKEN= does not compile on alpha 5.x, ia64, sparc64 or amd64 -CURRENT
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
|
|
Loading…
Reference in a new issue