Created attachment 221108 [details] patch What is the reason for files/patch-extlib_tlx_tlx_math_bswap.hpp patch? It specifies that bswap functions are not to be used on FreeBSD, but this breaks build on big-endian architectures. If that is necessary, system bswap functions should be used instead (by including sys/endian.h).
Committed, thanks!
A commit references this bug: Author: yuri Date: Thu Dec 31 18:59:28 UTC 2020 New revision: 559765 URL: https://svnweb.freebsd.org/changeset/ports/559765 Log: misc/thrill: Fix build on big-endian architectures PR: 252290 Submitted by: pkubaj Changes: head/misc/thrill/files/patch-extlib_tlx_tlx_math_bswap.hpp