Bug 248774 - textproc/xlhtml: Fix build with '-fno-common'
Summary: textproc/xlhtml: Fix build with '-fno-common'
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2020-08-20 10:59 UTC by Yasuhiro Kimura
Modified: 2020-08-21 10:51 UTC (History)
1 user (show)

See Also:


Attachments
Patch file (1.86 KB, patch)
2020-08-20 10:59 UTC, Yasuhiro Kimura
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!