[Bug 218714] multimedia/kodi: fix build when gcc is installed

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Apr 19 19:20:47 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=218714

--- Comment #4 from Pawel Pekala <pawel at FreeBSD.org> ---
No, when cross-compiling CXX will be cross-compiler. Example:
We want to compile kodi for arm (target) on amd64 (host). CXX is set to
generate
binaries for arm (target), JsonSchemaBuilder must be compiled and executed
later on host (amd64) so we set CXX to c++ system compiler to be sure to
compile it's
code for host (amd64).

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-ports-bugs mailing list