Mark as broken on sparc64: fails to link.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2009-08-16 04:54:48 +00:00
parent e24898dac6
commit 5ea05995d9
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239631

View file

@ -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>