svn commit: r459735 - in head/databases/mysqlwsrep57-server: . files

Jan Beich jbeich at FreeBSD.org
Tue Jan 23 10:34:18 UTC 2018


Vasil Dimov <vd at FreeBSD.org> writes:

> +# ${LOCALBASE}/include/lz4.h does not compile with Clang 6.

Try adding USES=localbase instead per
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=224669#c21

> +# Also MySQL code itself needs -Wno-c++11-narrowing when Clang 6 is used.

Only files/patch-sql_sql__view.cc needs -Wno-c++11-narrowing due
static_cast's being out of date with File_option type.

Example build log: https://clbin.com/UvUZP

--
See also https://svnweb.freebsd.org/changeset/ports/458124


More information about the svn-ports-all mailing list