Created attachment 218016 [details] Patch games/freedroid: Fix build with -fno-common
I've been receiving build failures related to '-fno-common' for some time now. The patch has been here for a while now; I'm hoping this PR hasn't fallen through the cracks.
A commit references this bug: Author: danfe Date: Wed Dec 2 06:59:42 UTC 2020 New revision: 556802 URL: https://svnweb.freebsd.org/changeset/ports/556802 Log: Unbreak against compilers which default to -fno-common (Clang 11, GCC 10). PR: 249383 Changes: head/games/freedroid/files/ head/games/freedroid/files/patch-src_global.h
Committed as ports r556802, sorry it took us so long.