graphics/png - CC

[LoN]Kamikaze LoN_Kamikaze at gmx.de
Sat Jul 29 20:09:26 UTC 2006



Jeremy Messenger wrote:
> On Sat, 29 Jul 2006 13:27:08 -0500, [LoN]Kamikaze <LoN_Kamikaze at gmx.de>
> wrote:
> 
>> Andrey Chernov wrote:
>>> On Sat, Jul 29, 2006 at 01:16:47PM -0500, Jeremy Messenger wrote:
>>>> On Fri, 28 Jul 2006 18:35:14 -0500, Andrey Chernov <ache at FreeBSD.ORG>
>>>> wrote:
>>>>
>>>>> On Fri, Jul 28, 2006 at 11:40:10AM +0200, [LoN]Kamikaze wrote:
>>>>>> The port graphics/png does not honour the CC Variable.
>>>>> I can't reproduce that, it honors CC for me.
>>>> I can, CC=gcc will not change the CC when it compiles.
>>>
>>> It is hard to imagine how it is ever possible. There is standard BSD
>>> makefile.freebsd which not owervrites CC as you can see in the file.
> 
> No idea, I don't know png's build system so that cc must be come from
> somewhere.
> 
>> Is it possible that make.conf is read again?
> 
> I think, add "CC=${CC}" in graphics/png/Makefile's MAKE_ENV at 31 line
> should do.
> 

CC="${CC}"

Would do better. CC can contain spaces. BTW, yes that works. I just wonder why it's necessary.


More information about the freebsd-ports mailing list