Does not compile on ia64.

This commit is contained in:
Mark Linimon 2006-07-13 23:20:54 +00:00
parent 1e335ec066
commit 7ade13d3b2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=167728

View File

@ -83,8 +83,8 @@ MAKE_ENV+= BLAS_LIBS="-L${LOCALBASE}/lib ${BLAS_LIBS}"
USE_GCC= 3.2
.endif
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 || ${ARCH} == "sparc64"
BROKEN= does not compile on alpha 5.x or sparc64
.if ${ARCH} == "alpha" && ${OSVERSION} >= 502102 || ${ARCH} == "ia64" || ${ARCH} == "sparc64"
BROKEN= does not compile on alpha 5.x, ia64, or sparc64
.endif
post-patch: