Bug 235659 - x11-toolkits/soqt-devel: fix build with GCC-based architectures
Summary: x11-toolkits/soqt-devel: 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: Christoph Moench-Tegeder
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2019-02-11 07:25 UTC by Piotr Kubaj
Modified: 2019-02-11 12:55 UTC (History)
2 users (show)

See Also:
cmt: maintainer-feedback+


Attachments
patch (711 bytes, patch)
2019-02-11 07:25 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-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!