Mark as broken on sparc64: fails to link.
Hat: portmgr
This commit is contained in:
parent
e24898dac6
commit
5ea05995d9
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239631
1 changed files with 7 additions and 1 deletions
|
@ -29,4 +29,10 @@ PLIST_FILES= \
|
|||
bin/icotool \
|
||||
bin/wrestool
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${ARCH} == "sparc64"
|
||||
BROKEN= Does not link on sparc64
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue