Created attachment 237914 [details] games/wmqstat: fix build with -fno-common Tested with Poudriere on armv7 arm64 FreeBSD 13.1. Please MFH if possible.
A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=4696df195a908e0dc0dd5fbb6edbfc71c5ef2311 commit 4696df195a908e0dc0dd5fbb6edbfc71c5ef2311 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-11-07 18:56:57 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-11-09 13:07:44 +0000 games/wmqstat: fix build with -fno-common PR: 267612 Reported by: fuz@fuz.su (maintainer) MFH: 2022Q4 (build fix) games/wmqstat/Makefile | 9 +-------- games/wmqstat/files/patch-wmgeneral_list.h (new) | 11 +++++++++++ games/wmqstat/files/patch-wmgeneral_wmgeneral.c (new) | 10 ++++++++++ games/wmqstat/files/patch-wmgeneral_wmgeneral.h (new) | 11 +++++++++++ 4 files changed, 33 insertions(+), 8 deletions(-)
A commit in branch 2022Q4 references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=9340ed121d3d80544436e7b096718c595484fac1 commit 9340ed121d3d80544436e7b096718c595484fac1 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-11-07 18:56:57 +0000 Commit: Fernando Apesteguía <fernape@FreeBSD.org> CommitDate: 2022-11-09 13:08:46 +0000 games/wmqstat: fix build with -fno-common PR: 267612 Reported by: fuz@fuz.su (maintainer) MFH: 2022Q4 (build fix) (cherry picked from commit 4696df195a908e0dc0dd5fbb6edbfc71c5ef2311) games/wmqstat/Makefile | 9 +-------- games/wmqstat/files/patch-wmgeneral_list.h (new) | 11 +++++++++++ games/wmqstat/files/patch-wmgeneral_wmgeneral.c (new) | 10 ++++++++++ games/wmqstat/files/patch-wmgeneral_wmgeneral.h (new) | 11 +++++++++++ 4 files changed, 33 insertions(+), 8 deletions(-)
Committed and merged to 2022Q4, Thanks!