Bug 232227 - finance/alkimia: fix build on GCC-based architectures
Summary: finance/alkimia: 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: Jason E. Hale
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-13 21:22 UTC by Piotr Kubaj
Modified: 2018-10-15 11:49 UTC (History)
2 users (show)

See Also:
jhale: maintainer-feedback+


Attachments
patch (456 bytes, patch)
2018-10-13 21:22 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-10-13 21:22:28 UTC
Created attachment 198103 [details]
patch

USES=compiler:c++11-lang is necessary to build this port on architectures that use GCC 4.2 in base.

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-10-15 11:49:00 UTC
A commit references this bug:

Author: jhale
Date: Mon Oct 15 11:48:08 UTC 2018
New revision: 482152
URL: https://svnweb.freebsd.org/changeset/ports/482152

Log:
  Fix build on powerpc64

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

Changes:
  head/finance/alkimia/Makefile
Comment 2 Jason E. Hale freebsd_committer freebsd_triage 2018-10-15 11:49:51 UTC
Committed, thanks!