Bug 232001 - misc/qt5ct: fix build on GCC-based architectures
Summary: misc/qt5ct: fix build on 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: Tobias C. Berner
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-06 14:43 UTC by Piotr Kubaj
Modified: 2018-10-06 16:15 UTC (History)
2 users (show)

See Also:
tcberner: maintainer-feedback+


Attachments
patch (449 bytes, patch)
2018-10-06 14:43 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-06 14:43:35 UTC
Created attachment 197834 [details]
patch

This port adds -std=gnu++11, which doesn't work with base GCC.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-06 16:13:32 UTC
A commit references this bug:

Author: tcberner
Date: Sat Oct  6 16:12:31 UTC 2018
New revision: 481374
URL: https://svnweb.freebsd.org/changeset/ports/481374

Log:
  misc/qt5ct: fix build on GCC-based architectures

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

Changes:
  head/misc/qt5ct/Makefile
Comment 2 Tobias C. Berner freebsd_committer freebsd_triage 2018-10-06 16:15:12 UTC
Committed. Thanks.