mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 17:59:20 -04:00
Mark as broken on sparc64-6.
This commit is contained in:
parent
c4e3a5d64a
commit
e4ad4a83aa
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=230203
1 changed files with 9 additions and 1 deletions
|
@ -30,4 +30,12 @@ do-install:
|
|||
${INSTALL_SCRIPT} ${WRKSRC}/fio_generate_plots ${PREFIX}/bin
|
||||
${INSTALL_MAN} ${WRKSRC}/fio.1 ${PREFIX}/man/man1/
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 700000
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not compile on sparc64-6
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue