View | Details | Raw Unified | Return to bug 231780 | Differences between
and this patch

Collapse All | Expand All

(-)databases/redis-devel/Makefile (+1 lines)
Lines 99-104 Link Here
99
.if ${PORT_OPTIONS:MLUAJIT} || ${PORT_OPTIONS:MLUA}
99
.if ${PORT_OPTIONS:MLUAJIT} || ${PORT_OPTIONS:MLUA}
100
	@cd ${WRKSRC}/deps/lua/src && ${CP} fpconv.* lua_* strbuf.* ${WRKSRC}/src/
100
	@cd ${WRKSRC}/deps/lua/src && ${CP} fpconv.* lua_* strbuf.* ${WRKSRC}/src/
101
.endif
101
.endif
102
	${REINPLACE_CMD} -e '/pragma/d' ${WRKSRC}/src/lzf_d.c
102
103
103
post-build:
104
post-build:
104
	${SED} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \
105
	${SED} ${SUB_LIST:S/$/!g/:S/^/ -e s!%%/:S/=/%%!/} \

Return to bug 231780