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

Hat:		portmgr
Feature safe:	yes
This commit is contained in:
Mark Linimon 2011-11-11 01:56:07 +00:00
parent 4a32fe2bdb
commit c72245b803
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285488

View file

@ -29,4 +29,10 @@ post-patch:
tests: build
@(cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} check)
.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>