Summary: | graphics/gnash: fix build on armv7 | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Robert Clausecker <fuz> | ||||
Component: | Individual Port(s) | Assignee: | Dirk Meyer <dinoex> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | dinoex | ||||
Priority: | --- | Keywords: | patch | ||||
Version: | Latest | Flags: | dinoex:
maintainer-feedback+
dinoex: merge-quarterly+ |
||||
Hardware: | arm | ||||||
OS: | Any | ||||||
Attachments: |
|
Looks fine. Testing the package. A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=5a5ef6cd101ecdcbf0865e6e479d8f7364d783d9 commit 5a5ef6cd101ecdcbf0865e6e479d8f7364d783d9 Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2022-12-06 21:12:16 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2022-12-06 21:12:16 +0000 phics/gnash: fix build on armv7 PR: 268187 graphics/gnash/Makefile | 2 +- graphics/gnash/files/patch-libbase_GnashSleep.h (new) | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) A commit in branch 2022Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=be4f1cc1fc8c2aa163fc0734f08db0243b32549f commit be4f1cc1fc8c2aa163fc0734f08db0243b32549f Author: Dirk Meyer <dinoex@FreeBSD.org> AuthorDate: 2022-12-06 21:12:16 +0000 Commit: Dirk Meyer <dinoex@FreeBSD.org> CommitDate: 2022-12-06 21:17:34 +0000 phics/gnash: fix build on armv7 PR: 268187 (cherry picked from commit 5a5ef6cd101ecdcbf0865e6e479d8f7364d783d9) graphics/gnash/Makefile | 2 +- graphics/gnash/files/patch-libbase_GnashSleep.h (new) | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) Committed thanks. |
Created attachment 238560 [details] graphics/gnash: fix build on armv7 Add missing cast. Add missing USE_GNOME=gdkpixbuf2. Tested with Poudriere on armv7 arm64 FreeBSD 13.1. Please MFH if possible.