BROKEN on sparc64: Does not compile
This commit is contained in:
parent
f9a35f984b
commit
59001e6a30
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102985
1 changed files with 7 additions and 1 deletions
|
@ -21,4 +21,10 @@ ALL_TARGET= ${PORTNAME} utils
|
|||
|
||||
MAN1= i-ls.1 i-viewdb.1 integrit.1
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= "Does not compile on sparc64"
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue