- Mark BROKEN when ${OSVERSION} < 800000
Reported by: pav@
This commit is contained in:
parent
54bad1a3af
commit
bf5b36d825
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=297851
1 changed files with 8 additions and 1 deletions
|
@ -34,4 +34,11 @@ post-patch:
|
|||
@${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.am
|
||||
@${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/src/Makefile.in
|
||||
@${REINPLACE_CMD} -e 's|-ldl| |' ${WRKSRC}/configure
|
||||
.include <bsd.port.mk>
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} < 800000
|
||||
BROKEN= does not build
|
||||
.endif
|
||||
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue