Date: Mon, 07 Nov 2022 04:20:27 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 267600] sysutils/wmflame: fix build with -fno-common Message-ID: <bug-267600-7788-k99XDoyCit@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-267600-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-267600-7788@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D267600 --- Comment #1 from commit-hook@FreeBSD.org --- A commit in branch main references this bug: URL: https://cgit.FreeBSD.org/ports/commit/?id=3Deb0fbcfdfa6ec1203d95bc81ddeb115= 1698e79e8 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(-) --=20 You are receiving this mail because: You are the assignee for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-267600-7788-k99XDoyCit>