unable to infer tagged configuration

Dominic Fandrey kamikaze at bsdforen.de
Tue Jun 8 08:41:47 UTC 2010


On 08/06/2010 09:48, Alex Dupre wrote:
> Dominic Fandrey ha scritto:
>> A lot of ports currently break with spaces in CC, e.g. audio/flac
>> or multimedia/libtheora, they seem to be using gnome-libtool:
> 
> Have you rebuilt libtool after changing CC ?

OK, I'm sorry about the noise, though I rebuilt libtool I had an
exception for it in my make.conf.

I wonder why the ports pass CC to libtool if that is ignored
anyway.

To avoid this hazzle in the future I changed my /usr/local/bin/libtool

From
LTCC="env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache cc"
to
LTCC="${CC:-env CCACHE_PREFIX=/usr/local/bin/distcc /usr/local/bin/ccache cc}"

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-ports mailing list