svn commit: r442819 - head/databases/galera

Gerald Pfeifer gerald at pfeifer.com
Wed Jun 7 19:43:02 UTC 2017


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


More information about the svn-ports-head mailing list