Mark as broken on powerpc-9: does not compile.
Hat: portmgr Feature safe: yes
This commit is contained in:
parent
4a32fe2bdb
commit
c72245b803
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=285488
1 changed files with 7 additions and 1 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue