Bug 237312

Summary: devel/elfio: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: freebsd-ports-bugs (Nobody) <ports-bugs>
Status: Closed FIXED    
Severity: Affects Only Me CC: james.wright
Priority: --- Flags: james.wright: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-04-16 11:25:55 UTC
Created attachment 203716 [details]
patch

Add USES=compiler:c++11-lang to fix build on GCC architectures.

Tested on powerpc64 and amd64.
Comment 1 James Wright 2019-04-16 19:51:09 UTC
Tested on amd64 also and seems fine.
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-04-18 14:38:56 UTC
A commit references this bug:

Author: pkubaj
Date: Thu Apr 18 14:38:35 UTC 2019
New revision: 499268
URL: https://svnweb.freebsd.org/changeset/ports/499268

Log:
  devel/elfio: fix build with GCC-based architectures

  PR:		237312
  Approved by:	mat (mentor), james.wright@digital-chaos.com (maintainer)
  Differential Revision:	https://reviews.freebsd.org/D19942

Changes:
  head/devel/elfio/Makefile
Comment 3 Piotr Kubaj freebsd_committer freebsd_triage 2019-04-18 14:39:38 UTC
Committed, thanks!