Summary: | [patch] adapt multimedia/kodi to new 'armv7' architecture | ||||||||
---|---|---|---|---|---|---|---|---|---|
Product: | Ports & Packages | Reporter: | Mark Linimon <linimon> | ||||||
Component: | Individual Port(s) | Assignee: | freebsd-ports-bugs (Nobody) <ports-bugs> | ||||||
Status: | Closed FIXED | ||||||||
Severity: | Affects Only Me | CC: | mickael.maillot, mikael | ||||||
Priority: | --- | Keywords: | patch | ||||||
Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(mickael.maillot) |
||||||
Hardware: | Any | ||||||||
OS: | Any | ||||||||
See Also: | https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=221894 | ||||||||
Attachments: |
|
We can build the rpi2 version for armv7: OPTIONS_DEFAULT_armv7= RPI2 Created attachment 185895 [details]
corrected patch to multimedia/kodi
A commit references this bug: Author: linimon Date: Wed Oct 11 02:30:24 UTC 2017 New revision: 451725 URL: https://svnweb.freebsd.org/changeset/ports/451725 Log: Attempt to enable to build kodi on armv7. PR: 221899 Approved by: maintainer timeout (mickael.maillot @ gmail.com, 2 months) Changes: head/multimedia/kodi/Makefile head/multimedia/kodi/files/patch-configure.ac head/multimedia/kodi/files/patch-m4_xbmc__arch.m4 |
Created attachment 185867 [details] patch to multimedia/kodi The src tree is splitting 32-bit arm support into 'armv6' and the new 'armv7'. This patch adds armv7 support. It should provide no regression on any existing architecture.