[Bug 275197] graphics/lepton: Fails to build on 13.2 och 12.4
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 275197] graphics/lepton: Fails to build on 13.2 och 12.4"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 18 Dec 2023 00:32:10 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=275197 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=00d132c04a294dae8b2993e987f0652152fdd8fa commit 00d132c04a294dae8b2993e987f0652152fdd8fa Author: Mikhail Teterin <mi@FreeBSD.org> AuthorDate: 2023-12-18 00:28:15 +0000 Commit: Mikhail Teterin <mi@FreeBSD.org> CommitDate: 2023-12-18 00:28:15 +0000 graphics/lepton: upgrade and fix package-building The upstream addressed our earlier BSD-specific concerns, so some of our patches are no longer needed. We now explicitly add -mssse3 to the CFLAGS. The SSSE3-capability has always been a requirement, but without it set (either explicitly or via -march), parts of the code would not compile: PR: 275197 graphics/lepton/Makefile | 25 ++- graphics/lepton/distinfo | 6 +- graphics/lepton/files/patch-base-dependencies | 92 +++-------- graphics/lepton/files/patch-bsd (gone) | 148 ------------------ graphics/lepton/files/patch-cpu (gone) | 217 -------------------------- graphics/lepton/files/patch-warnings | 123 +++++++++++---- 6 files changed, 137 insertions(+), 474 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.