Mark as BROKEN on amd64 -CURRENT, too.

Noticed by:	pointyhat/kris
Approved by:	maintainer
This commit is contained in:
Stefan Walter 2006-09-18 16:37:21 +00:00
parent 990b7ce685
commit 0851ff5721
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=173341

View file

@ -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: