aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2009-12-25 23:54:05 +0800
committermarcus <marcus@FreeBSD.org>2009-12-25 23:54:05 +0800
commit35a61d59c8b55b315c27cb6d7b27e1c2fae9bda4 (patch)
treece24fe3bfed3997870d4c9e98de056874f7f48d6
parent86bc0acf5101c51808ceaf6a863e9996fb3c4760 (diff)
downloadfreebsd-ports-gnome-35a61d59c8b55b315c27cb6d7b27e1c2fae9bda4.tar.gz
freebsd-ports-gnome-35a61d59c8b55b315c27cb6d7b27e1c2fae9bda4.tar.zst
freebsd-ports-gnome-35a61d59c8b55b315c27cb6d7b27e1c2fae9bda4.zip
Quote the metacharatcers in ${CC} to handle some special cases where ${CC}
may contain spaces. Submitted by: Dominic Fandrey <kamikaze@bsdforen.de>
-rw-r--r--devel/gobject-introspection/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/gobject-introspection/Makefile b/devel/gobject-introspection/Makefile
index 9b6c7f1b1b5b..3ee455c39804 100644
--- a/devel/gobject-introspection/Makefile
+++ b/devel/gobject-introspection/Makefile
@@ -36,7 +36,7 @@ MAN1= g-ir-compiler.1 g-ir-generate.1 g-ir-scanner.1
.include <bsd.port.pre.mk>
post-patch:
- @${REINPLACE_CMD} -e 's|'cc'|'${CC}'|g' \
+ @${REINPLACE_CMD} -e 's|'cc'|'${CC:Q}'|g' \
${WRKSRC}/giscanner/sourcescanner.py
.include <bsd.port.post.mk>