Bug 231913

Summary: devel/qjson: fix build on GCC-based architectures for qt5 flavor
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-03 14:38:56 UTC
Created attachment 197749 [details]
patch

This port compiles its qt5 flavor with -std=gnu++11, so it needs USES=compiler:c++11-lang.

Tested on powerpc64 and amd64.

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

Author: tcberner
Date: Thu Oct  4 20:22:56 UTC 2018
New revision: 481247
URL: https://svnweb.freebsd.org/changeset/ports/481247

Log:
  devel/qjson: fix build on GCC-based architectures for qt5 flavor

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

Changes:
  head/devel/qjson/Makefile
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2018-10-04 20:23:32 UTC
Thanks :)