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

Collapse All | Expand All

(-)devel/gobject-introspection/Makefile (-1 / +1 lines)
Lines 40-46 Link Here
40
.include <bsd.port.pre.mk>
40
.include <bsd.port.pre.mk>
41
41
42
post-patch:
42
post-patch:
43
	@${REINPLACE_CMD} -e 's|'cc'|'${CC:Q}'|g' \
43
	@${REINPLACE_CMD} -e "s|'cc'|'${CC:Q:C/[[:space:]]+/', '/g}'|g" \
44
		${WRKSRC}/giscanner/sourcescanner.py
44
		${WRKSRC}/giscanner/sourcescanner.py
45
45
46
.include <bsd.port.post.mk>
46
.include <bsd.port.post.mk>

Return to bug 156901