Bug 231723 - math/libqalculate: fix build on powerpc64
Summary: math/libqalculate: fix build on powerpc64
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: Jason E. Hale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-25 18:16 UTC by Piotr Kubaj
Modified: 2018-09-25 23:24 UTC (History)
2 users (show)

See Also:
jhale: maintainer-feedback+


Attachments
patch (673 bytes, patch)
2018-09-25 18:16 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-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!