CVSROOT: /cvs Module name: ports Changes by: [email protected] 2024/06/06 14:19:03
Added files:
archivers/xz/patches: patch-src_common_tuklib_integer_h
Log message:
archivers/xz: fix build on sparc64
gcc 4.2 does not support __builtin_bswap*(). The fallback to
<sys/endian.h> failed because unfortunately OpenBSD diverges from
the other *BSDs and has swap*() instead of bswap*().
Build failure reported by and ok jca@
