Bug 231985

Summary: www/cssed: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Mark Linimon <linimon>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon
Priority: ---    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-10-05 21:08:37 UTC
Created attachment 197818 [details]
patch

This port's Makefile adds -Wno-c++11-narrowing to CXXFLAGS, but GCC in base doesn't support it. Add USES=compiler:c++11-lang to fix it.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-28 11:45:50 UTC
A commit references this bug:

Author: linimon
Date: Sun Oct 28 11:44:52 UTC 2018
New revision: 483284
URL: https://svnweb.freebsd.org/changeset/ports/483284

Log:
  Fix build with GCC-based architectures.

  PR:		231985
  Submitted by:	Piotr Kubaj

Changes:
  head/www/cssed/Makefile