[Bug 267600] sysutils/wmflame: fix build with -fno-common
- In reply to: bugzilla-noreply_a_freebsd.org: "[Bug 267600] sysutils/wmflame: fix build with -fno-common"
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Mon, 07 Nov 2022 04:20:27 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=267600 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=eb0fbcfdfa6ec1203d95bc81ddeb1151698e79e8 commit eb0fbcfdfa6ec1203d95bc81ddeb1151698e79e8 Author: Robert Clausecker <fuz@fuz.su> AuthorDate: 2022-11-07 04:18:52 +0000 Commit: Alexey Dokuchaev <danfe@FreeBSD.org> CommitDate: 2022-11-07 04:18:52 +0000 sysutils/wmflame: fix the port's build against -fno-common Ensure that there is only one variable definition per each object, as the C (and C++) standards mandated for years and compilers started to enforce as of recently (Clang 11, GCC 10). While we are at it, at missing `xext' component to the USE_XORG list. PR: 267600 sysutils/wmflame/Makefile | 5 +---- sysutils/wmflame/files/patch-wmgeneral_wmgeneral.c (new) | 12 ++++++++++++ sysutils/wmflame/files/patch-wmgeneral_wmgeneral.h (new) | 15 +++++++++++++++ 3 files changed, 28 insertions(+), 4 deletions(-) -- You are receiving this mail because: You are the assignee for the bug.