Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 21 Dec 2009 07:14:30 +0100
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        gnome@FreeBSD.org
Subject:   devel/gobject-introspection fix
Message-ID:  <4B2F1246.3020204@bsdforen.de>

next in thread | raw e-mail | index | archive | help
In order for the port to work with a CC that contains spaces (e.g.
"env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache cc"),

the line
@${REINPLACE_CMD} -e 's|'cc'|'${CC}'|g' \
needs to be changed to
@${REINPLACE_CMD} -e 's|'cc'|'${CC:Q}'|g' \

Also the port is not make -j safe, I suggest setting MAKE_JOBS_UNSAFE
in the ports Makefile.

Regards

-- 
A: Because it fouls the order in which people normally read text.
Q: Why is top-posting such a bad thing?
A: Top-posting.
Q: What is the most annoying thing on usenet and in e-mail? 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4B2F1246.3020204>