Summary: | multimedia/obs-ndi: should not set mtune=core2 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Mikael Urankar <mikael> | ||||
Component: | Individual Port(s) | Assignee: | Mikael Urankar <mikael> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(yuri) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Approved, thanks. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=ac002c6ed239de60b6b1eea25400a032ea9de8ca commit ac002c6ed239de60b6b1eea25400a032ea9de8ca Author: Mikael Urankar <mikael@FreeBSD.org> AuthorDate: 2021-10-18 10:42:26 +0000 Commit: Mikael Urankar <mikael@FreeBSD.org> CommitDate: 2021-10-18 11:43:57 +0000 multimedia/obs-ndi: Remove march=core2 in CMakeLists.txt. march=core2 isn't valid on several x86/non x86 platforms and causes build failures. PR: 259171 Approved by: yuri (maintainer) multimedia/obs-ndi/Makefile | 1 + multimedia/obs-ndi/files/patch-CMakeLists.txt (new) | 11 +++++++++++ 2 files changed, 12 insertions(+) |
Created attachment 228705 [details] v0 march=core2 isn't valid on several non x86 platforms and causes build failures.