Created attachment 217481 [details] Proposed patch to be added to files/ (as a patch) This patch fixes the the current build failure caused by the default setting of -f-no-common in LLVM 11. No deleted files; one new file (patch in files/). Tested on LLVM 8 (12.1-RELEASE), LLVM 10 (13-CURRENT), and LLVM 11 (13-CURRENT, from ports) - all amd64.
PORTREVISION not bumped, as this is purely a build problem.
A commit references this bug: Author: kevans Date: Sat Aug 29 02:10:46 UTC 2020 New revision: 546863 URL: https://svnweb.freebsd.org/changeset/ports/546863 Log: emulators/simh-hp2100: fix the build with LLVM 11 This patch adds -fcommon to the build flags to fix the build with LLVM 11, which now defaults to -fno-common. PR: 248871 MFH: 2020Q3 (-fno-common build fix) Changes: head/emulators/simh-hp2100/files/patch-SCP_makefile
A commit references this bug: Author: kevans Date: Sat Aug 29 02:11:27 UTC 2020 New revision: 546864 URL: https://svnweb.freebsd.org/changeset/ports/546864 Log: MFH: r546863 emulators/simh-hp2100: fix the build with LLVM 11 This patch adds -fcommon to the build flags to fix the build with LLVM 11, which now defaults to -fno-common. PR: 248871 Approved by: ports-secteam (implicit, -fno-common build fix) Changes: _U branches/2020Q3/ branches/2020Q3/emulators/simh-hp2100/files/patch-SCP_makefile
Committed, thanks!