Bug 232912 - games/pingus: fix build with GCC-based architectures
Summary: games/pingus: fix build with 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: Dmitry Marakasov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-11-02 16:23 UTC by Piotr Kubaj
Modified: 2018-11-11 03:34 UTC (History)
2 users (show)

See Also:
bugzilla: maintainer-feedback? (amdmi3)


Attachments
patch (1.34 KB, patch)
2018-11-02 16:23 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-11-02 16:23:56 UTC
Created attachment 198893 [details]
patch

To build with GCC7, this port needs additional include in src/pingus/screens/demo_session.cpp:
#include <functional>

Tested on powerpc64 and amd64.

Hardware sponsored by IntegriCloud.
Comment 1 commit-hook freebsd_committer freebsd_triage 2018-11-11 03:34:06 UTC
A commit references this bug:

Author: linimon
Date: Sun Nov 11 03:33:51 UTC 2018
New revision: 484655
URL: https://svnweb.freebsd.org/changeset/ports/484655

Log:
  To build with GCC7, this port needs additional include in
  src/pingus/screens/demo_session.cpp .

  PR:		232912
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Changes:
  head/games/pingus/Makefile
  head/games/pingus/files/patch-src_pingus_screens_demo__session.cpp