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

Collapse All | Expand All

(-)gmime2/Makefile (-1 / +3 lines)
Lines 34-46 Link Here
34
34
35
PORTDOCS=	*
35
PORTDOCS=	*
36
36
37
.include <bsd.port.options.mk>
38
37
post-patch:
39
post-patch:
38
	@${REINPLACE_CMD} -e "s|stdint.h|inttypes.h|" ${WRKSRC}/zentimer.h
40
	@${REINPLACE_CMD} -e "s|stdint.h|inttypes.h|" ${WRKSRC}/zentimer.h
39
	@${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
41
	@${REINPLACE_CMD} -e 's|-DG_DISABLE_DEPRECATED||g' \
40
		${WRKSRC}/gmime/Makefile.in
42
		${WRKSRC}/gmime/Makefile.in
41
43
42
post-install:
44
post-install:
43
.if !defined(NOPORTDOCS)
45
.if  ${PORT_OPTIONS:MDOCS}
44
	@${MKDIR} ${DOCSDIR}
46
	@${MKDIR} ${DOCSDIR}
45
.for i in docs/reference/html/*
47
.for i in docs/reference/html/*
46
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}
48
	${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}

Return to bug 181778