Summary: | games/supertuxkart: fix build on arm platforms | ||||||
---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Piotr Kubaj <pkubaj> | ||||
Component: | Individual Port(s) | Assignee: | Dmitry Marakasov <amdmi3> | ||||
Status: | Closed FIXED | ||||||
Severity: | Affects Only Me | Flags: | bugzilla:
maintainer-feedback?
(amdmi3) |
||||
Priority: | --- | ||||||
Version: | Latest | ||||||
Hardware: | Any | ||||||
OS: | Any | ||||||
Attachments: |
|
Approved as mentor (builds on local system under armv7 emulation) pending maintainer review. A commit references this bug: Author: pkubaj Date: Sun Oct 27 19:23:51 UTC 2019 New revision: 515817 URL: https://svnweb.freebsd.org/changeset/ports/515817 Log: games/supertuxkart: fix build on arm platforms Build fails with -mimplicit-it=always passed to as, but builds without it. PR: 241218 Approved by: linimon (mentor), amdmi3 (maintainer timeout) Changes: head/games/supertuxkart/Makefile head/games/supertuxkart/files/patch-lib_angelscript_projects_cmake_CMakeLists.txt This does not fix aarch64. A commit references this bug: Author: amdmi3 Date: Mon Oct 28 13:46:59 UTC 2019 New revision: 515861 URL: https://svnweb.freebsd.org/changeset/ports/515861 Log: - Partially revert 515817: aarch64 is still broken PR: 241218 Changes: head/games/supertuxkart/Makefile |
Created attachment 208269 [details] patch Build fails with -mimplicit-it=always passed to as, but builds without it.