BROKEN on 5.x: Install fails
This commit is contained in:
parent
9030612814
commit
a71c961dc4
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=129966
1 changed files with 7 additions and 1 deletions
|
@ -34,6 +34,12 @@ PORTDOCS= Asmutils-HOWTO.html acknowledgements.html endorsements.html \
|
|||
history.html index.html s-contrib.html s-debug.html \
|
||||
s-include.html s-layout.html s-optimize.html
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
|
||||
.if ${OSVERSION} >= 503000
|
||||
BROKEN= "Install fails on FreeBSD >= 5.x"
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
@${REINPLACE_CMD} -e 's,%%KERNEL%%,${OSREL:S/.//g},g' ${WRKSRC}/MCONFIG
|
||||
@${REINPLACE_CMD} -e 's,m386,march=i386,' ${WRKSRC}/lib/Makefile
|
||||
|
@ -67,4 +73,4 @@ do-install:
|
|||
.endfor
|
||||
.endif
|
||||
|
||||
.include <bsd.port.mk>
|
||||
.include <bsd.port.post.mk>
|
||||
|
|
Loading…
Reference in a new issue