Bug 237120 - textproc/qstardict: fix build with GCC-based architectures
Summary: textproc/qstardict: 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: Fernando Apesteguía
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-08 19:03 UTC by Piotr Kubaj
Modified: 2019-04-09 21:26 UTC (History)
2 users (show)

See Also:


Attachments
patch (420 bytes, patch)
2019-04-08 19:03 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-04-08 19:03:37 UTC
Created attachment 203502 [details]
patch

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

Tested on powerpc64 and amd64.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-04-09 21:25:45 UTC
A commit references this bug:

Author: fernape
Date: Tue Apr  9 21:25:12 UTC 2019
New revision: 498519
URL: https://svnweb.freebsd.org/changeset/ports/498519

Log:
  textproc/qstardict: fix build with GCC-based architectures

  PR:	237120
  Submitted by:	pkubaj@anongoth.pl

Changes:
  head/textproc/qstardict/Makefile
Comment 2 Fernando Apesteguía freebsd_committer freebsd_triage 2019-04-09 21:26:33 UTC
Committed,

Thanks!