Bug 234340 - print/lyx: fix build with GCC-based architectures
Summary: print/lyx: 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: Raphael Kubo da Costa
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-12-24 10:35 UTC by Piotr Kubaj
Modified: 2018-12-24 10:52 UTC (History)
2 users (show)

See Also:
rakuco: maintainer-feedback+


Attachments
patch (544 bytes, patch)
2018-12-24 10:35 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-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!