Bug 234366

Summary: games/openyahtzee: fix build with GCC-based architectures
Product: Ports & Packages Reporter: Piotr Kubaj <pkubaj>
Component: Individual Port(s)Assignee: Danilo Egea Gondolfo <danilo>
Status: Closed FIXED    
Severity: Affects Only Me CC: linimon, pkubaj
Priority: --- Flags: bugzilla: maintainer-feedback? (danilo)
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
patch none

Description Piotr Kubaj freebsd_committer freebsd_triage 2018-12-24 19:37:43 UTC
Created attachment 200461 [details]
patch

src/MainFrame.cpp needs to include <functional> to build on GCC architectures, which use ports GCC.

Tested on powerpc64 and amd64.

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

Author: danilo
Date: Tue Dec 25 12:14:19 UTC 2018
New revision: 488317
URL: https://svnweb.freebsd.org/changeset/ports/488317

Log:
  - Update to 1.9.3

  PR:		234366

Changes:
  head/games/openyahtzee/Makefile
  head/games/openyahtzee/distinfo
Comment 2 Danilo Egea Gondolfo freebsd_committer freebsd_triage 2018-12-25 12:16:30 UTC
Thanks to your PR I just realized there was an update to this port. The new version already has the "#include <functional>".