Mark as broken on sparc64: fails to install.

This commit is contained in:
Mark Linimon 2011-07-16 05:33:57 +00:00
parent 9860a2fb7a
commit eb16449372
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=277780
2 changed files with 11 additions and 1 deletions

View File

@ -70,4 +70,10 @@ do-install:
${INSTALL_MAN} ${WRKSRC}/doc/${i}.1 ${MANPREFIX}/man/man1
.endfor
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not install on sparc64
.endif
.include <bsd.port.post.mk>

View File

@ -47,6 +47,10 @@ PICFLAG?= -fPIC
PICFLAG?= -fpic
.endif
.if ${ARCH} == "sparc64"
BROKEN= Does not install on sparc64
.endif
USE_FORTRAN= yes
WRKSRC= ${WRKDIR}/ARPACK