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

Collapse All | Expand All

(-)Makefile (+1 lines)
Lines 42-47 Link Here
42
	@${REINPLACE_CMD} -e 's|;;|;|g' \
42
	@${REINPLACE_CMD} -e 's|;;|;|g' \
43
		${WRKSRC}/src/sitestore.c
43
		${WRKSRC}/src/sitestore.c
44
	@${REINPLACE_CMD} -e 's|25 26 27 28|& 29 30|g' \
44
	@${REINPLACE_CMD} -e 's|25 26 27 28|& 29 30|g' \
45
		-e '/#define ksize_t .*/d' \
45
		${WRKSRC}/configure
46
		${WRKSRC}/configure
46
47
47
.include <bsd.port.mk>
48
.include <bsd.port.mk>

Return to bug 234524