devel/gobject-introspection fix

Dominic Fandrey kamikaze at bsdforen.de
Mon Dec 21 06:43:09 UTC 2009


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? 


More information about the freebsd-gnome mailing list