Summary: | games/py-fife: fix build with GCC-based architectures | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | Piotr Kubaj <pkubaj> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | CC: | fiziologus | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(fiziologus) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: pkubaj Date: Fri May 17 10:50:54 UTC 2019 New revision: 501853 URL: https://svnweb.freebsd.org/changeset/ports/501853 Log: Bug 237550 - games/py-fife: fix build with GCC-based architectures Add USES=compiler:c++11-lang to fix build on GCC architectures. PR: 237550 Approved by: fiziologus@gmail.com (maintainer timeout), mentors (implicit approval) Changes: head/games/py-fife/Makefile |
Created attachment 204001 [details] patch Add USES=compiler:c++11-lang to fix build on GCC architectures. Tested on powerpc64 and amd64.