Bug 232090

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

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-10-09 00:09:34 UTC
Created attachment 197937 [details]
patch

Building on architectures using GCC in base needs USES=compiler:c++11-lang for qt5 flavor.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-09 11:04:53 UTC
A commit references this bug:

Author: arrowd
Date: Tue Oct  9 11:04:06 UTC 2018
New revision: 481623
URL: https://svnweb.freebsd.org/changeset/ports/481623

Log:
  security/qtkeychain: Add USES=compiler:c++11-lang for qt5 flavor.

  PR:		232090
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
  Approved by:	tcberner (mentor)

Changes:
  head/security/qtkeychain/Makefile
Comment 2 Gleb Popov freebsd_committer freebsd_triage 2018-10-09 11:09:05 UTC
Done. Thanks bringing this up.