Bug 231691 - misc/py-SoapySDR: fix build on GCC-based architectures
Summary: misc/py-SoapySDR: fix build on 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-09-24 18:34 UTC by Piotr Kubaj
Modified: 2018-09-24 18:39 UTC (History)
2 users (show)

See Also:
yuri: maintainer-feedback+


Attachments
patch (387 bytes, patch)
2018-09-24 18:34 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-09-24 18:34:40 UTC
Created attachment 197459 [details]
patch

USES=c++11-lang is necessary to build this port on architectures using base GCC.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-09-24 18:39:35 UTC
A commit references this bug:

Author: yuri
Date: Mon Sep 24 18:39:26 UTC 2018
New revision: 480622
URL: https://svnweb.freebsd.org/changeset/ports/480622

Log:
  misc/py-SoapySDR: Fix build on GCC-based architectures

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

Changes:
  head/misc/py-SoapySDR/Makefile
Comment 2 Yuri Victorovich freebsd_committer freebsd_triage 2018-09-24 18:39:42 UTC
Committed, thanks!