svn commit: r340913 - head/math/gringo

Vsevolod Stakhov vsevolod at FreeBSD.org
Fri Jan 24 16:30:56 UTC 2014


On 24/01/14 15:57, Mathieu Arnold wrote:
> +--On 24 janvier 2014 15:44:33 +0000 Vsevolod Stakhov
> <vsevolod at FreeBSD.org> wrote:
> | +.if ${OSVERSION} < 1000000
> | +USE_GCC=	4.8+
> | +.endif
> 
> Can't this be replaced with just :
> 
> USES=   compiler:c++11-lang
> 
> or -lib ?
> 

Unfortunately, it cannot. This port is broken with both clang and
libstdc++ from gcc 4.2 (c++11-lang) and with gcc 4.7 (c++11-lib).
Actually, it works only with clang + libc++ (from the base) and with
gcc>4.8 and the corresponding libstdc++.

-- 
Vsevolod Stakhov


More information about the svn-ports-all mailing list