svn commit: r477036 - in head/databases/mysql80-server: . files

Mark Linimon linimon at lonesome.com
Sun Aug 12 22:31:11 UTC 2018


On Sun, Aug 12, 2018 at 07:10:43PM +0000, Mahdi Mokhtari wrote:
> +# required for SSE-4.2 support on the default Clang++ on 10.4
> +.if ${OPSYS} == FreeBSD && ${OSVERSION} < 1100000
> +CXXFLAGS+=	-msse4.2
> +.endif

IIUC this will break on mips* and powerpc*.

mcl


More information about the svn-ports-all mailing list