Bug 235659

Summary: x11-toolkits/soqt-devel: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Christoph Moench-Tegeder <cmt>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, pkubaj
Priority: --- Flags: cmt: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2019-02-11 07:25:46 UTC
Created attachment 201916 [details]
patch

This port requires C++11-compatible compiler to build.

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

While here, also add USES=localbase:ldflags.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2019-02-11 12:53:48 UTC
A commit references this bug:

Author: cmt
Date: Mon Feb 11 12:53:31 UTC 2019
New revision: 492692
URL: https://svnweb.freebsd.org/changeset/ports/492692

Log:
  soqt-devel: fix build with GCC-based architectures

  and add localbase:ldflags to simplify CPPFLAGS/LDFLAGS

  PR:		235659
  Submitted by:	Piotr Kubaj

Changes:
  head/x11-toolkits/soqt-devel/Makefile
Comment 2 Christoph Moench-Tegeder freebsd_committer freebsd_triage 2019-02-11 12:55:03 UTC
comitted as ports r492692 - thanks!