svn commit: r497619 - in head/graphics/opengv: . files
Jan Beich
jbeich at FreeBSD.org
Wed Apr 3 05:12:34 UTC 2019
Mark Linimon <linimon at FreeBSD.org> writes:
> Author: linimon
> Date: Wed Apr 3 04:33:35 2019
> New Revision: 497619
> URL: https://svnweb.freebsd.org/changeset/ports/497619
>
> Log:
> Fix build on non-x86 architectures by conditionally turning off
> -march=native.
>
> Approved by: portmgr (tier-2 blanket)
-march=native shouldn't be used on the package cluster regardless of the
architecture as it'd prevent running packages on CPU generations older
than on the one they were built on.
More information about the svn-ports-all
mailing list