| Summary: | games/violetland: 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: |
|
||||||
Committed, thanks. A commit references this bug: Author: linimon Date: Fri Mar 29 14:45:07 UTC 2019 New revision: 497147 URL: https://svnweb.freebsd.org/changeset/ports/497147 Log: Fix build on gcc-based architectures: undefined reference to 'std::runtime_error::runtime_error(char const*)@GLIBCXX_3.4.21' PR: 236825 Submitted by: Piotr Kubaj Approved by: portmgr (tier-2 blanket) Changes: head/games/violetland/Makefile |
Created attachment 203183 [details] patch Require new GCC from ports when building on GCC architectures to fix linking with boost. Tested on powerpc64 and amd64.