Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 9 Feb 2015 00:32:09 +0100 (CET)
From:      Gerald Pfeifer <gerald@pfeifer.com>
To:        Thierry Thomas <thierry@FreeBSD.org>
Cc:        svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org
Subject:   Re: svn commit: r378602 - head/cad/kicad
Message-ID:  <alpine.LSU.2.11.1502090030400.2504@tuna.site>
In-Reply-To: <20150208204356.GF72400@graf.pompo.net>
References:  <201502071607.t17G7XGK069391@svn.freebsd.org> <alpine.LSU.2.11.1502081806160.2504@tuna.site> <20150208204356.GF72400@graf.pompo.net>

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.11.1502090030400.2504>