Bug 231723

Summary: math/libqalculate: fix build on powerpc64
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Jason E. Hale <jhale>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, pkubaj
Priority: --- Flags: jhale: maintainer-feedback+
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-09-25 18:16:08 UTC
Created attachment 197496 [details]
patch

powerpc64 requires USES=compiler:c++11-lang to build.

Add USES=gnome while here.

Tested on powerpc64 and amd64.

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

Author: jhale
Date: Tue Sep 25 23:23:13 UTC 2018
New revision: 480708
URL: https://svnweb.freebsd.org/changeset/ports/480708

Log:
  Fix build on powerpc64
  Add USES=gnome

  PR:		231723
  Submitted by:	Piotr Kubaj <pkubaj@anongoth.pl>
  Sponsored by:	IntegriCloud

Changes:
  head/math/libqalculate/Makefile
Comment 2 Jason E. Hale freebsd_committer freebsd_triage 2018-09-25 23:24:46 UTC
Committed, thanks!