Bug 218629 - [PATCH] devel/liberasurecode: fix builds on 12-CURRENT
Summary: [PATCH] devel/liberasurecode: fix builds on 12-CURRENT
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: Roman Bogorodskiy
URL:
Keywords: patch
Depends on:
Blocks:
 
Reported: 2017-04-13 12:01 UTC by Alexander Nusov
Modified: 2017-04-15 03:26 UTC (History)
1 user (show)

See Also:


Attachments
liberasurecode (1.26 KB, patch)
2017-04-13 12:01 UTC, Alexander Nusov
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Alexander Nusov 2017-04-13 12:01:44 UTC
Created attachment 181757 [details]
liberasurecode

this patch fixes builds on 12-CURRENT
Comment 1 commit-hook freebsd_committer freebsd_triage 2017-04-15 03:24:55 UTC
A commit references this bug:

Author: novel
Date: Sat Apr 15 03:24:23 UTC 2017
New revision: 438574
URL: https://svnweb.freebsd.org/changeset/ports/438574

Log:
  devel/liberasurecode: fix build on CURRENT

  Even though there's a configure switch "--disable-werror" to disable
  -Werror in CFLAGS, it's still hardcoded for some targets and
  causes build failure on CURRENT, so remove this hardcode.

  PR:		218629
  Submitted by:	maintainer

Changes:
  head/devel/liberasurecode/files/patch-src_Makefile.am
Comment 2 Roman Bogorodskiy freebsd_committer freebsd_triage 2017-04-15 03:26:30 UTC
Committed, thanks; PORTREVISION bump is not needed for build fixes like this.