1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-29 05:38:00 +00:00

Mark as broken on sparc64-9: fails to link.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2011-12-22 10:51:36 +00:00
parent 78bc8e3bd9
commit 9ccaceda51
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287850

View File

@ -66,4 +66,10 @@ do-install:
${CP} ${WRKSRC}/${OPSYS}`${UNAME} -r`_DBG.OBJ/jsautocfg.h ${WRKSRC}
@${INSTALL_DATA} ${JSH:S,^,${WRKSRC}/,} ${PREFIX}/include/
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000
BROKEN= Does not build on sparc64-9: fails to link
.endif
.include <bsd.port.post.mk>