Bug 236713 - www/midori: fix build with GCC-based architectures
Summary: www/midori: 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: freebsd-xfce (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-03-22 11:31 UTC by Piotr Kubaj
Modified: 2019-03-24 09:46 UTC (History)
3 users (show)

See Also:
madpilot: maintainer-feedback+


Attachments
patch (602 bytes, patch)
2019-03-22 11:31 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 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!