Summary: | devel/clxclient: Don't override ports framework optimization | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Daniel Engberg <diizzy> | ||||
Component: | Individual Port(s) | Assignee: | Daniel Engberg <diizzy> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | yuri:
maintainer-feedback+
|
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Description
Daniel Engberg
2021-09-07 20:10:19 UTC
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 |