Bug 232004 - audio/luppp: fix build with GCC-based architectures
Summary: audio/luppp: 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: Yuri Victorovich
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-06 15:25 UTC by Piotr Kubaj
Modified: 2018-10-06 16:05 UTC (History)
2 users (show)

See Also:
yuri: maintainer-feedback+


Attachments
patch (407 bytes, patch)
2018-10-06 15:25 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-10-06 15:25:52 UTC
Created attachment 197837 [details]
patch

This port needs USES=compiler:c++11-lang to fix compilation with architectures using GCC in base.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-06 16:05:22 UTC
A commit references this bug:

Author: yuri
Date: Sat Oct  6 16:05:18 UTC 2018
New revision: 481372
URL: https://svnweb.freebsd.org/changeset/ports/481372

Log:
  audio/luppp: Fix build with GCC-based architectures

  Add USES=compiler:c++11-lang
  Also add USES=gnome

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

Changes:
  head/audio/luppp/Makefile
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2018-10-06 16:05:28 UTC
Committed, thanks!