1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00

Mark BROKEN on sparc64.

Reported by:	Kris via pointyhat.
This commit is contained in:
Thierry Thomas 2005-05-07 21:48:10 +00:00
parent 9402d7b143
commit c073b1ef3e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=134814

View File

@ -54,6 +54,12 @@ DOCFILES+= Overview.html checked_by_tidy.gif faq.html grid.gif pending.html \
release-notes.html tidy.css tidy.gif
.endif
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64"
BROKEN= "Abort during build on ${ARCH}"
.endif
post-patch:
.if !defined(WITH_SHLIB)
@${CP} ${WRKSRC}/build/gmake/Makefile ${WRKSRC}
@ -99,4 +105,4 @@ post-install:
@${ECHO_MSG} "===> Documentation installed in ${DOCSDIR}."
.endif
.include <bsd.port.mk>
.include <bsd.port.post.mk>