Bug 236359 - net-im/libqmatrixclient: fix build with GCC-based architectures
Summary: net-im/libqmatrixclient: 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: Adriaan de Groot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-07 12:12 UTC by Piotr Kubaj
Modified: 2019-03-07 22:52 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (adridg)


Attachments
patch (345 bytes, patch)
2019-03-07 12:12 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-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!