Bug 236713

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

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-03-22 11:31:01 UTC
Created attachment 203044 [details]
patch

Add USES=compiler:c++11-lang to fix build on GCC architectures.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-03-24 09:45:52 UTC
A commit references this bug:

Author: madpilot
Date: Sun Mar 24 09:45:48 UTC 2019
New revision: 496709
URL: https://svnweb.freebsd.org/changeset/ports/496709

Log:
  Add USES=compiler:c++11-lang to fix build on GCC architectures.

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

Changes:
  head/www/midori/Makefile
Comment 2 Guido Falsi freebsd_committer freebsd_triage 2019-03-24 09:46:09 UTC
Committed. Thanks!