Created attachment 227743 [details] Patch for clxclient Don't set -O2 or -march=native as this will clash with optimization handled by ports framework and -march=native isn't valid on several non x86 platforms causing build failures. Compile tested on FreeBSD 13.0-STABLE #0 stable/13-n246453-06887e06864-dirty (arm64) (make, make check-plist) Reference: https://portsfallout.com/fallout?port=devel%2Fclxclient$
Approved, thanks!
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3f5859f965d967ab552d57549746abb2a7520b87 commit 3f5859f965d967ab552d57549746abb2a7520b87 Author: Daniel Engberg <diizzy@FreeBSD.org> AuthorDate: 2021-09-11 08:34:23 +0000 Commit: Daniel Engberg <diizzy@FreeBSD.org> CommitDate: 2021-09-11 08:37:00 +0000 devel/clxclient: Don't override ports framework optimization Don't set -O2 or -march=native as this will clash with optimization handled by ports framework and -march=native isn't valid on several non x86 platforms causing build failures. PR: 258348 Reported by: pkg-fallout Approved by: yuri (maintainer), arrowd (mentor) devel/clxclient/files/patch-Makefile | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-)
Comitted