Mark BROKEN on 8.x: does not build.
This commit is contained in:
parent
f283803de6
commit
4c2aca48e6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=234664
1 changed files with 7 additions and 1 deletions
|
@ -22,4 +22,10 @@ MAKE_ENV+= MANDIR=${PREFIX}/man/man
|
|||
do-patch:
|
||||
@${REINPLACE_CMD} 's/-Werror//' ${WRKSRC}/Makefile
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 800064
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue