| Summary: | games/divide-and-succeed: fix build with GCC-based architectures | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
| Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | amdmi3, linimon | ||||
| Priority: | --- | Flags: | amdmi3:
maintainer-feedback+
|
||||
| Version: | Latest | ||||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
A commit references this bug: Author: amdmi3 Date: Tue Apr 30 16:25:11 UTC 2019 New revision: 500504 URL: https://svnweb.freebsd.org/changeset/ports/500504 Log: - Add USES=compiler:c++11-lang to fix build on GCC architectures - Add USES=gnome,sdl PR: 237382 Submitted by: pkubaj@FreeBSD.org Changes: head/games/divide-and-succeed/Makefile |
Created attachment 203792 [details] patch This port needs C++11-compatible compiler to build on GCC architectures. Add USES=compiler:c++11-lang to fix build. While here, add USES=gnome sdl (there's no USE_GNOME in the Makefile, but INSTALLS_ICONS sets USE_GNOME).