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

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

Return to bug 158722