Date: Thu, 27 Aug 2020 14:34:54 +0000 (UTC) From: Kyle Evans <kevans@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r546349 - branches/2020Q3/x11-wm/piewm/files Message-ID: <202008271434.07REYsGc058821@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: kevans Date: Thu Aug 27 14:34:53 2020 New Revision: 546349 URL: https://svnweb.freebsd.org/changeset/ports/546349 Log: MFH: r546348 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 Approved by: ports-secteam (implicit, -fno-common build fix) Deleted: branches/2020Q3/x11-wm/piewm/files/patch-gram.y Modified: Directory Properties: branches/2020Q3/ (props changed)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202008271434.07REYsGc058821>