Mark as broken on sparc64: fails to compile.

This commit is contained in:
Mark Linimon 2011-08-10 08:58:16 +00:00
parent 1a8346ead8
commit 409a4b2ae8
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=279392

View file

@ -41,4 +41,10 @@ do-install:
.endfor
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile on sparc64
.endif
.include <bsd.port.post.mk>