Date: Fri, 24 Jan 2014 16:30:53 +0000 From: Vsevolod Stakhov <vsevolod@FreeBSD.org> To: Mathieu Arnold <mat@FreeBSD.org>, ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r340913 - head/math/gringo Message-ID: <52E2953D.7000507@FreeBSD.org> In-Reply-To: <F7C976CAC87B57557E02DC47@ogg.in.absolight.net> References: <201401241544.s0OFiXLM099911@svn.freebsd.org> <F7C976CAC87B57557E02DC47@ogg.in.absolight.net>
next in thread | previous in thread | raw e-mail | index | archive | help
On 24/01/14 15:57, Mathieu Arnold wrote: > +--On 24 janvier 2014 15:44:33 +0000 Vsevolod Stakhov > <vsevolod@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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?52E2953D.7000507>