1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Mark as broken on sparc64: fails to compile.

This commit is contained in:
Mark Linimon 2008-02-01 11:29:12 +00:00
parent ca6a30aa72
commit d857f422d2
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=206566

View File

@ -57,4 +57,10 @@ do-install:
${FIND} . -type f -exec ${INSTALL_DATA} "{}" "${DOCSDIR}/{}" \;
.endif
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= Does not compile
.endif
.include <bsd.port.post.mk>