Mark as broken on sparc64: does not compile.

This commit is contained in:
Mark Linimon 2008-02-01 06:35:50 +00:00
parent 99d181b39d
commit be45456273
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206539

View File

@ -103,4 +103,10 @@ post-install:
${SH} ${PKGINSTALL} ${PKGNAME} POST-INSTALL
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>