Summary: | games/blackshadeselite: 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: | linimon, pkubaj | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(amdmi3) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
A commit references this bug: Author: linimon Date: Sat Dec 22 02:16:09 UTC 2018 New revision: 488049 URL: https://svnweb.freebsd.org/changeset/ports/488049 Log: -Wno-c++11-narrowing is not supported by base GCC. Set USE_CXXSTD=c++98 instead. Also add USES=gl and sort USES. PR: 234246 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Changes: head/games/blackshadeselite/Makefile |
Created attachment 200335 [details] patch -Wno-c++11-narrowing is not supported by base GCC. Set USE_CXXSTD=c++98 instead. Also add USES=gl and sort USES.