mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Fix build with Ruby 2.6
PR: 240162 Submitted by: mfechner
This commit is contained in:
parent
a697663109
commit
3ddaed56d5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=510358
1 changed files with 7 additions and 1 deletions
|
@ -50,4 +50,10 @@ PORTDOCS= *
|
||||||
post-patch:
|
post-patch:
|
||||||
@${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
|
@${REINPLACE_CMD} -e 's|-lstdc++||g' ${WRKSRC}/configure
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.pre.mk>
|
||||||
|
|
||||||
|
.if ${RUBY_VER} >= 2.6
|
||||||
|
BUILD_DEPENDS+= rubygem-rdoc>=0:devel/rubygem-rdoc
|
||||||
|
.endif
|
||||||
|
|
||||||
|
.include <bsd.port.post.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue