Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 10 Aug 2006 17:53:54 +0200
From:      "[LoN]Kamikaze" <LoN_Kamikaze@gmx.de>
To:        freebsd-ports@freebsd.org
Subject:   ports without configure do not receive CC
Message-ID:  <44DB5692.6040005@gmx.de>

next in thread | raw e-mail | index | archive | help
Ports that do not set CC in their configure target don't get informed about the value of CC because it is only appended to MAKE_ENV for the configure target. Therefore I have written this patch:

http://www.freebsd.org/cgi/query-pr.cgi?pr=101120

It appends CC and CXX to the MAKE_ENV for the build target if not configure target is present.

A port affected by the addressed problem is graphics/png. If anyone else thinks this problem should be addressed, please reply here.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?44DB5692.6040005>