Date: Wed, 7 Jun 2017 13:42:11 -0600 (MDT) From: Gerald Pfeifer <gerald@pfeifer.com> To: Vasil Dimov <vd@FreeBSD.org> Cc: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: Re: svn commit: r442819 - head/databases/galera Message-ID: <alpine.LSU.2.21.1706071341240.5843@anthias.pfeifer.com> In-Reply-To: <201706070843.v578hQKT087303@repo.freebsd.org> References: <201706070843.v578hQKT087303@repo.freebsd.org>
next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 7 Jun 2017, Vasil Dimov wrote: > Log: > databases/galera: Unbreak on powerpc64 by requesting a newer GCC > +# COMPILER_TYPE could be empty on older FreeBSD versions. > +.if "${COMPILER_TYPE}" == gcc || ${OSVERSION} < 1000000 > +USE_GCC= 4.8+ > +.endif Mind making this USE_GCC=yes, which boils down to the same (and is usually better when it does not)? Happy to make this change myself, if you approve. Gerald
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?alpine.LSU.2.21.1706071341240.5843>