View | Details | Raw Unified | Return to bug 156505
Collapse All | Expand All

(-)ruby-imlib2/Makefile (+3 lines)
Lines 30-35 Link Here
30
PORTDOCS=	*
30
PORTDOCS=	*
31
.endif
31
.endif
32
32
33
post-patch:
34
	${REINPLACE_CMD} -E -e 's|RSTRING\(([^)]+)\)->len|RSTRING_LEN(\1)|g' ${WRKSRC}/imlib2.c
35
33
post-install:
36
post-install:
34
.if !defined(NOPORTDOCS)
37
.if !defined(NOPORTDOCS)
35
	${MKDIR} ${RUBY_MODDOCDIR}
38
	${MKDIR} ${RUBY_MODDOCDIR}

Return to bug 156505