1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-24 04:33:24 +00:00

Mark as broke on sparc64-9: fails to compile.

Hat:		portmgr
This commit is contained in:
Mark Linimon 2011-12-22 11:08:33 +00:00
parent f328efd034
commit 1866cd87b1
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=287856

View File

@ -58,4 +58,10 @@ post-install:
@${ECHO_MSG} 'set suid bit if do not trust all users of this machine.'
@${ECHO_MSG} '********************************************************'
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "sparc64" && ${OSVERSION} > 900000
BROKEN= Does not build on sparc64-9
.endif
.include <bsd.port.post.mk>