Bug 232090 - security/qtkeychain: fix build with GCC-based architectures
Summary: security/qtkeychain: 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: Gleb Popov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-09 00:09 UTC by Piotr Kubaj
Modified: 2018-10-09 11:09 UTC (History)
2 users (show)

See Also:
arrowd: maintainer-feedback+


Attachments
patch (483 bytes, patch)
2018-10-09 00:09 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 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.