Bug 249383

Summary: games/freedroid: Fix build with -fno-common
Product: Ports & Packages Reporter: Kevin Zheng <kevinz5000>
Component: Individual Port(s)Assignee: Alexey Dokuchaev <danfe>
Status: Closed FIXED    
Severity: Affects Only Me CC: danfe
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch none

Description Kevin Zheng 2020-09-17 04:23:51 UTC
Created attachment 218016 [details]
Patch

games/freedroid: Fix build with -fno-common
Comment 1 Kevin Zheng 2020-11-04 17:40:24 UTC
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.
Comment 2 commit-hook freebsd_committer freebsd_triage 2020-12-02 07:00:11 UTC
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
Comment 3 Alexey Dokuchaev freebsd_committer freebsd_triage 2020-12-02 07:06:50 UTC
Committed as ports r556802, sorry it took us so long.