svn commit: r506431 - head/astro/opencpn

Jan Beich jbeich at FreeBSD.org
Fri Jul 12 03:51:17 UTC 2019


Mark Linimon <linimon at FreeBSD.org> writes:

> Author: linimon
> Date: Fri Jul 12 02:14:23 2019
> New Revision: 506431
> URL: https://svnweb.freebsd.org/changeset/ports/506431
>
> Log:
>   Correct the test for whether to disable sse extensions to x86-only.
[...]
> -.if exists(/usr/lib/libstdc++.so)
> +.if ${ARCH} != amd64 && ${ARCH} != i386
>  	@${REINPLACE_CMD} -e '/-msse/d' -e '/-mssse3/d' \
>  		-e '/-mavx2/d' ${WRKSRC}/CMakeLists.txt
>  .endif

FWIW, the original fix is bogus: *_(sse|avx)*.c are still built on powerpc64
because it's detected as x86_64. Maybe replace with PkgSrc version.

https://github.com/NetBSD/pkgsrc/commit/d14370b20945


More information about the svn-ports-head mailing list