Created attachment 217315 [details] v1 Attached patch fixes the build of dtabases/gdbm after llvm 11 update, which enabled -fno-common by default.
*** Bug 248734 has been marked as a duplicate of this bug. ***
A commit references this bug: Author: danfe Date: Wed Aug 19 07:57:32 UTC 2020 New revision: 545278 URL: https://svnweb.freebsd.org/changeset/ports/545278 Log: - Fix the build with -fno-common (clang 11 and gcc 10) - GC no longer useful patching of ${WRKSRC}/Makefile.in PR: 248729, 248734 Changes: head/databases/gdbm/Makefile
Committed using the sed(1) approach, thanks.