Bug 231949

Summary: net/libmaia: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: freebsd-kde (group) <kde>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, pkubaj, tcberner
Priority: --- Flags: tcberner: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-10-04 16:52:33 UTC
Created attachment 197784 [details]
patch

This port tries to use "-std=gnu++11". Fix compilation by adding USES=c++11-lang.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-04 20:15:55 UTC
A commit references this bug:

Author: tcberner
Date: Thu Oct  4 20:15:42 UTC 2018
New revision: 481245
URL: https://svnweb.freebsd.org/changeset/ports/481245

Log:
  net/libmaia: fix build with GCC-based architectures

  PR:		231949
  Submitted by:	Piotr Kubaj  <pkubaj@anongoth.pl>

Changes:
  head/net/libmaia/Makefile
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2018-10-04 20:16:15 UTC
Committed. Thanks.