Bug 237118 - audio/paprefs: fix build with GCC-based architectures
Summary: audio/paprefs: 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: Romain Tartière
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-04-08 18:45 UTC by Piotr Kubaj
Modified: 2019-04-08 23:57 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (romain)


Attachments
patch (406 bytes, patch)
2019-04-08 18:45 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 18:45:49 UTC
Created attachment 203501 [details]
patch

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

While here, add USES=gnome.

Tested on powerpc64 and amd64.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-04-08 23:56:48 UTC
A commit references this bug:

Author: romain
Date: Mon Apr  8 23:56:11 UTC 2019
New revision: 498435
URL: https://svnweb.freebsd.org/changeset/ports/498435

Log:
  Fix build with GCC-based architectures

  While here, add missing USES=gnome.

  PR:		237118
  Reported by:	pkubaj@anongoth.pl

Changes:
  head/audio/paprefs/Makefile
Comment 2 Romain Tartière freebsd_committer freebsd_triage 2019-04-08 23:57:29 UTC
Committed, thanks!