Bug 233308 - audio/osalp: fix build with GCC-based architectures
Summary: audio/osalp: 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: Mark Linimon
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-19 01:15 UTC by Piotr Kubaj
Modified: 2018-11-24 08:59 UTC (History)
1 user (show)

See Also:


Attachments
patch (380 bytes, patch)
2018-11-19 01:15 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-11-19 01:15:16 UTC
Created attachment 199332 [details]
patch

-Wno-c++11-narrowing is not supported by base GCC, using USE_CXXSTD=c++98 makes the port build with both base clang and gcc.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-11-24 08:59:20 UTC
A commit references this bug:

Author: linimon
Date: Sat Nov 24 08:58:52 UTC 2018
New revision: 485735
URL: https://svnweb.freebsd.org/changeset/ports/485735

Log:
  -Wno-c++11-narrowing is not supported by base GCC; using
  USE_CXXSTD=c++98 makes the port build with both base clang and gcc.

  PR:		233308
  Submitted by:	Piotr Kubaj

Changes:
  head/audio/osalp/Makefile