Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Feb 2015 23:47:06 +0600
From:      Muhammad Moinur Rahman <bofh@FreeBSD.org>
To:        Gerald Pfeifer <gerald@pfeifer.com>
Cc:        "svn-ports-head@freebsd.org" <svn-ports-head@freebsd.org>, "svn-ports-all@freebsd.org" <svn-ports-all@freebsd.org>, "ports-committers@freebsd.org" <ports-committers@freebsd.org>
Subject:   Re: svn commit: r378640 - in head/x11-fm/worker: . files
Message-ID:  <CA%2BnPUkykyLCN4-VnO4e474cPniaEL423P4EScjTHdDMHzPtATw@mail.gmail.com>
In-Reply-To: <alpine.LSU.2.11.1502081825180.2504@tuna.site>
References:  <201502081039.t18Ad8nD087078@svn.freebsd.org> <alpine.LSU.2.11.1502081825180.2504@tuna.site>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi,

The software doesn't compile with default versions of GCC in 8.4 and 9.3 as
those are lower than 4.6. While the configure script is run it stops giving
an error about requirement for GCC 4.6+.

BR,
Muhammad

On Sun, Feb 8, 2015 at 11:26 PM, Gerald Pfeifer <gerald@pfeifer.com> wrote:

> On Sunday 2015-02-08 10:39, Muhammad Moinur Rahman wrote:
> >   - Add support for building with clang on 10+
>
> > -USE_GCC=     yes
>
> > +.if ${OSVERSION} < 1000024
> > +USE_GCC=     4.6+
> > +.else
> > +CONFIGURE_ARGS+=     --disable-cxx-check
> > +CXXFLAGS+=   -std=c++11
> > +.endif
>
> Mind using USE_GCC=yes instead of changing this to 4.6+ in this
> specific case?  There is little benefit being specific as opposed
> to using the default version of GCC.
>
> Gerald
>



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CA%2BnPUkykyLCN4-VnO4e474cPniaEL423P4EScjTHdDMHzPtATw>