Mark as broken on powerpc-9: does not compile.

Hat:		portmgr
Feature safe:	yes
This commit is contained in:
Mark Linimon 2011-11-11 03:02:28 +00:00
parent 7f066c452d
commit 41215bf28f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285505

View File

@ -26,4 +26,10 @@ RESTRICTED= no-commercial-use
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
.include <bsd.port.mk>
.include <bsd.port.pre.mk>
.if ${ARCH} == "powerpc" && ${OSVERSION} > 900000
BROKEN= Does not build on powerpc-9
.endif
.include <bsd.port.post.mk>