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

(-)shells/zsh/Makefile (+1 lines)
Lines 115-120 CONFIGURE_ARGS+= --disable-multibyte Link Here
115
.endif
115
.endif
116
116
117
post-patch:
117
post-patch:
118
	@${REINPLACE_CMD} -e '/LIBS/s/-lrt//' ${WRKSRC}/configure
118
	@${SED} -i "" -e "s,link=dynamic,link=either," \
119
	@${SED} -i "" -e "s,link=dynamic,link=either," \
119
		${WRKSRC}/Src/Modules/*.mdd
120
		${WRKSRC}/Src/Modules/*.mdd
120
	@${SED} -i "" -e "s,/etc/,${LOCALBASE}/etc/," \
121
	@${SED} -i "" -e "s,/etc/,${LOCALBASE}/etc/," \

Return to bug 167857