diff options
author | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-12-25 15:54:05 +0000 |
---|---|---|
committer | Joe Marcus Clarke <marcus@FreeBSD.org> | 2009-12-25 15:54:05 +0000 |
commit | e4b135a2d0b226f5351d03edf6e31bab6b462b1f (patch) | |
tree | d64fdec562f744c5cc6ce6efd9ca65fa110ee31a /devel/gobject-introspection | |
parent | 2f8e9c8b279b29d8016138e26b053a5e8f650a64 (diff) | |
download | ports-e4b135a2d0b226f5351d03edf6e31bab6b462b1f.tar.gz ports-e4b135a2d0b226f5351d03edf6e31bab6b462b1f.zip |
Notes
Diffstat (limited to 'devel/gobject-introspection')
-rw-r--r-- | devel/gobject-introspection/Makefile | 2 |
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> |