Bug 259171 - multimedia/obs-ndi: should not set mtune=core2
Summary: multimedia/obs-ndi: should not set mtune=core2
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Mikael Urankar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-10-14 16:32 UTC by Mikael Urankar
Modified: 2021-10-18 11:45 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (yuri)


Attachments
v0 (645 bytes, patch)
2021-10-14 16:32 UTC, Mikael Urankar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Mikael Urankar freebsd_committer freebsd_triage 2021-10-14 16:32:45 UTC
Created attachment 228705 [details]
v0

march=core2 isn't valid on several non x86 platforms and causes build failures.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2021-10-14 17:16:22 UTC
Approved, thanks.
Comment 2 commit-hook freebsd_committer freebsd_triage 2021-10-18 11:45:13 UTC
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(+)