Created attachment 210012 [details] fix Regressed by ports r520306. FreeBSD neither has /usr/include/asm/* nor getauxval. See base r324815 for similar API. For examples look at other ports. Note, qemu-user *probably* cannot emulate AT_HWCAP. Note2, NEON is always enabled on FreeBSD armv7. xbmc/platform/freebsd/CPUInfoFreebsd.cpp:18:10: fatal error: 'asm/hwcap.h' file not found #include <asm/hwcap.h> ^~~~~~~~~~~~~ 1 error generated. https://reviews.freebsd.org/P345 Disclaimer: I don't really use Kodi.
See https://github.com/xbmc/xbmc/pull/16779
A commit references this bug: Author: tobik Date: Wed Dec 18 05:41:38 UTC 2019 New revision: 520362 URL: https://svnweb.freebsd.org/changeset/ports/520362 Log: multimedia/kodi-devel: Unbreak on arm xbmc/platform/freebsd/CPUInfoFreebsd.cpp:18:10: fatal error: 'asm/hwcap.h' file not found #include <asm/hwcap.h> ^~~~~~~~~~~~~ 1 error generated. PR: 242688 Submitted by: jbeich Changes: head/multimedia/kodi-devel/files/patch-neon