svn commit: r378602 - head/cad/kicad

Gerald Pfeifer gerald at pfeifer.com
Sun Feb 8 23:32:13 UTC 2015


On Sunday 2015-02-08 21:43, Thierry Thomas wrote:
>>> +# Does not compile with Gcc48
>>> +GCC_DEFAULT=	4.7
>>> +USE_GCC=	${GCC_DEFAULT}
>>> +#USES+=		compiler:gcc-c++11-lib
>> Why not just USE_GCC=4.7 instead of overriden GCC_DEFAULT?  GCC_DEFAULT
>> is not used anywhere in this port, is it?
> I tried without that, and Gcc-4.8 was used. Maybe am I missing
> something?

Did you perhaps have USE_GCC=4.7+ (with the +)?  That is going 
to use the default version (GCC 4.8 as of today) unless GCC 4.7 
is present on the system already.

USE_GCC=4.7 should use lang/gcc47 and nothing else.

Gerald


More information about the svn-ports-head mailing list