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

(-)ruby-esound/Makefile (+4 lines)
Lines 34-39 Link Here
34
	${REINPLACE_CMD} -E \
34
	${REINPLACE_CMD} -E \
35
		-e "s,^(require[[:space:]]+')./esd.so('.*),\1esd\2," \
35
		-e "s,^(require[[:space:]]+')./esd.so('.*),\1esd\2," \
36
		${WRKSRC}/test/*.rb
36
		${WRKSRC}/test/*.rb
37
	${REINPLACE_CMD} -E \
38
		-e 's|RSTRING\(([^)]+)\)->len|RSTRING_LEN(\1)|g' \
39
		-e 's|RSTRING\(([^)]+)\)->ptr|RSTRING_PTR(\1)|g' \
40
		${WRKSRC}/esd.c
37
41
38
post-install:
42
post-install:
39
.if !defined(NOPORTDOCS)
43
.if !defined(NOPORTDOCS)

Return to bug 156468