- Fix build with Ruby 1.9
PR: ports/156505 Submitted by: Eric Freeman <freebsdports@chillibear.com> Approved by: maintainer (stas@ via irc)
This commit is contained in:
parent
c1bd802e09
commit
49696a0dc2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=273519
1 changed files with 3 additions and 0 deletions
|
@ -30,6 +30,9 @@ DOCSDIR= ${RUBY_MODDOCDIR}
|
|||
PORTDOCS= *
|
||||
.endif
|
||||
|
||||
post-patch:
|
||||
${REINPLACE_CMD} -E -e 's|RSTRING\(([^)]+)\)->len|RSTRING_LEN(\1)|g' ${WRKSRC}/imlib2.c
|
||||
|
||||
post-install:
|
||||
.if !defined(NOPORTDOCS)
|
||||
${MKDIR} ${RUBY_MODDOCDIR}
|
||||
|
|
Loading…
Reference in a new issue