Bug 236359

Summary: net-im/libqmatrixclient: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Adriaan de Groot <adridg>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, pkubaj
Priority: --- Flags: bugzilla: maintainer-feedback? (adridg)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-03-07 12:12:26 UTC
Created attachment 202681 [details]
patch

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

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-03-07 20:44:57 UTC
A commit references this bug:

Author: adridg
Date: Thu Mar  7 20:44:27 UTC 2019
New revision: 494998
URL: https://svnweb.freebsd.org/changeset/ports/494998

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

  Tested on powerpc64 and amd64.

  PR:		236359
  Submitted by:	Piotr Kubaj

Changes:
  head/net-im/libqmatrixclient/Makefile
Comment 2 Adriaan de Groot freebsd_committer freebsd_triage 2019-03-07 22:52:13 UTC
Bumped to C++14 because that's what the newer version documents as used (and quaternion needs C++17). Thanks for reporting!