Date: Thu, 27 Aug 2020 14:33:33 +0000 From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 248859] x11-wm/piewm: Fix link error: "ld: error: duplicate symbol: yylineno" Message-ID: <bug-248859-7788-mX6KtyAFcK@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-248859-7788@https.bugs.freebsd.org/bugzilla/> References: <bug-248859-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=3D248859 --- Comment #7 from commit-hook@FreeBSD.org --- A commit references this bug: Author: kevans Date: Thu Aug 27 14:33:29 UTC 2020 New revision: 546348 URL: https://svnweb.freebsd.org/changeset/ports/546348 Log: x11-wm/piewm: fix the build with LLVM 11 This patch de-extern'd yylineno to actually cause the build failure that popped up with the new -fno-common default that debuted in LLVM 11 and GCC 10. Simply remove the patch to fix the build. PR: 248859 MFH: 2020Q3 (-fno-common build fix) Changes: head/x11-wm/piewm/files/patch-gram.y --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-248859-7788-mX6KtyAFcK>