Bug 231913 - devel/qjson: fix build on GCC-based architectures for qt5 flavor
Summary: devel/qjson: fix build on GCC-based architectures for qt5 flavor
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: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-03 14:38 UTC by Piotr Kubaj
Modified: 2018-10-04 20:23 UTC (History)
3 users (show)

See Also:
tcberner: maintainer-feedback+


Attachments
patch (381 bytes, patch)
2018-10-03 14:38 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-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 :)