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

(-)b/www/h2o-devel/Makefile (-1 / +7 lines)
Lines 58-63 MRUBY_USES= bison Link Here
58
MRUBY_USE=		ruby=yes
58
MRUBY_USE=		ruby=yes
59
MRUBY_VARS=		RUBY_NO_RUN_DEPENDS=yes
59
MRUBY_VARS=		RUBY_NO_RUN_DEPENDS=yes
60
60
61
.include <bsd.port.options.mk>
62
63
.if ${PORT_OPTIONS:MMRUBY}
64
BROKEN_RUBY30=	yes
65
BROKEN_RUBY31=	yes
66
.endif
67
61
post-patch:
68
post-patch:
62
	@${REINPLACE_CMD} -e 's|exec perl|exec ${LOCALBASE}/bin/perl|' \
69
	@${REINPLACE_CMD} -e 's|exec perl|exec ${LOCALBASE}/bin/perl|' \
63
		${WRKSRC}/share/h2o/annotate-backtrace-symbols \
70
		${WRKSRC}/share/h2o/annotate-backtrace-symbols \
64
- 

Return to bug 263054