Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 08 Jun 2010 10:41:40 +0200
From:      Dominic Fandrey <kamikaze@bsdforen.de>
To:        Alex Dupre <ale@FreeBSD.org>
Cc:        freebsd-ports@freebsd.org
Subject:   Re: unable to infer tagged configuration
Message-ID:  <4C0E0244.8070707@bsdforen.de>
In-Reply-To: <4C0DF5E6.7060207@FreeBSD.org>
References:  <4C0DF52E.6060209@bsdforen.de> <4C0DF5E6.7060207@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
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? 



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