diff options
author | Steve Wills <swills@FreeBSD.org> | 2011-05-03 02:59:02 +0000 |
---|---|---|
committer | Steve Wills <swills@FreeBSD.org> | 2011-05-03 02:59:02 +0000 |
commit | 49696a0dc279e6eb25845c597bbaa7291ab21b39 (patch) | |
tree | 8c9983b6182195ceeb6a011b9b1424ec5b0b5511 /graphics/ruby-imlib2 | |
parent | c1bd802e096e108a7eec64a5291f1204f829efd9 (diff) |
Notes
Diffstat (limited to 'graphics/ruby-imlib2')
-rw-r--r-- | graphics/ruby-imlib2/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/graphics/ruby-imlib2/Makefile b/graphics/ruby-imlib2/Makefile index db82bd98820b..5c75177d840c 100644 --- a/graphics/ruby-imlib2/Makefile +++ b/graphics/ruby-imlib2/Makefile @@ -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} |