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

Collapse All | Expand All

(-)Makefile (-1 / +1 lines)
Lines 41-47 Link Here
41
post-patch:
41
post-patch:
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 31|g' \
45
		${WRKSRC}/configure
45
		${WRKSRC}/configure
46
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200072
46
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200072
47
	@${REINPLACE_CMD} -e '/#define ksize_t /d' \
47
	@${REINPLACE_CMD} -e '/#define ksize_t /d' \

Return to bug 250919