Bug 248774

Summary: textproc/xlhtml: Fix build with '-fno-common'
Product: Ports & Packages Reporter: Yasuhiro Kimura <yasu>
Component: Individual Port(s)Assignee: Fernando ApesteguĂ­a <fernape>
Status: Closed FIXED    
Severity: Affects Only Me CC: fernape
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
Patch file none

Description Yasuhiro Kimura freebsd_committer freebsd_triage 2020-08-20 10:59:08 UTC
Created attachment 217370 [details]
Patch file

Fix build with '-fno-common', default of GCC 10 and Clang 11.
Comment 1 commit-hook freebsd_committer freebsd_triage 2020-08-21 10:50:35 UTC
A commit references this bug:

Author: fernape
Date: Fri Aug 21 10:49:36 UTC 2020
New revision: 545588
URL: https://svnweb.freebsd.org/changeset/ports/545588

Log:
  textproc/xlhtml: Fix build with '-fno-common'

  Fix build with '-fno-common', default of GCC 10 and Clang 11

  While here, pet linters.

  PR:	248774
  Submitted by:	yasu@utahime.org

Changes:
  head/textproc/xlhtml/Makefile
  head/textproc/xlhtml/files/patch-xlhtml_ascii.c
  head/textproc/xlhtml/files/patch-xlhtml_html.c
  head/textproc/xlhtml/files/patch-xlhtml_xml.c
Comment 2 Fernando ApesteguĂ­a freebsd_committer freebsd_triage 2020-08-21 10:51:13 UTC
Committed after petting linters.

Thanks!