Bug 234340

Summary: print/lyx: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Raphael Kubo da Costa <rakuco>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, pkubaj
Priority: --- Flags: rakuco: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-12-24 10:35:58 UTC
Created attachment 200438 [details]
patch

This port requires USES=compiler:c++11-lang to build on GCC architectures.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-12-24 10:51:56 UTC
A commit references this bug:

Author: rakuco
Date: Mon Dec 24 10:51:36 UTC 2018
New revision: 488266
URL: https://svnweb.freebsd.org/changeset/ports/488266

Log:
  Add USES=compiler:c++11-lang for GCC builds to work

  This fixes the build on architectures where GCC is the default compiler.

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

Changes:
  head/print/lyx/Makefile
Comment 2 Raphael Kubo da Costa freebsd_committer freebsd_triage 2018-12-24 10:52:32 UTC
Committed, thanks for the patch!