Summary: | games/scummvm-tools: 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: | linimon, lme, pkubaj | ||||
Priority: | --- | Flags: | bugzilla:
maintainer-feedback?
(lme) |
||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Thanks! Feel free to commit it! Maintainer has approved: over to submitter who is now committer. A commit references this bug: Author: pkubaj Date: Tue Apr 30 13:47:07 UTC 2019 New revision: 500491 URL: https://svnweb.freebsd.org/changeset/ports/500491 Log: games/scummvm-tools: Add USES=compiler:c++11-lang, enable verbose build Add USES=compiler:c++11-lang to fix linking on GCC architectures. Also add --enable-verbose-build to generate more messages during build. PR: 237226 Approved by: lme (maintainer), mat (mentor) Differential Revision: https://reviews.freebsd.org/D19988 Changes: head/games/scummvm-tools/Makefile |
Created attachment 203619 [details] patch This port needs C++11. It also uses the compiler specified by wx-config --cxx, so we need to patch that first. Also add --enable-verbose-build to CONFIGURE_ARGS. Tested on powerpc64 and amd64.