Bug 232227

Summary: finance/alkimia: fix build on GCC-based architectures
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-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!