Bug 234943

Summary: audio/caps-lv2: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Yuri Victorovich <yuri>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, pkubaj
Priority: --- Flags: bugzilla: maintainer-feedback? (yuri)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-01-14 14:42:22 UTC
Created attachment 201128 [details]
patch

GCC architectures don't have libc++. Add -stdlib=libstdc++ on them to CXXFLAGS and LDFLAGS to fix build.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 Yuri Victorovich freebsd_committer freebsd_triage 2019-01-15 07:49:11 UTC
Committed, thanks!
Comment 2 commit-hook freebsd_committer freebsd_triage 2019-01-15 07:49:49 UTC
A commit references this bug:

Author: yuri
Date: Tue Jan 15 07:49:08 UTC 2019
New revision: 490351
URL: https://svnweb.freebsd.org/changeset/ports/490351

Log:
  audio/caps-lv2: fix build with GCC-based architectures

  GCC architectures don't have libc++. Add -stdlib=libstdc++ on them to CXXFLAGS and LDFLAGS to fix build.

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

Changes:
  head/audio/caps-lv2/Makefile