Bug 237312 - devel/elfio: fix build with GCC-based architectures
Summary: devel/elfio: fix build with GCC-based architectures
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: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-16 11:25 UTC by Piotr Kubaj
Modified: 2019-04-18 14:39 UTC (History)
1 user (show)

See Also:
james.wright: maintainer-feedback+


Attachments
patch (303 bytes, patch)
2019-04-16 11:25 UTC, Piotr Kubaj
no flags Details | Diff

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