CVSROOT: /cvs Module name: ports Changes by: [email protected] 2021/01/30 08:37:06
Modified files:
devel/fmt : Makefile
Added files:
devel/fmt/patches: patch-CMakeLists_txt
Log message:
devel/fmt: fix the build on clang+ld.bfd archs.
fmt needs to be built without -Wl,--as-needed on these archs, add a AS_NEEDED
option to do so. This fixes the build on powerpc and mips64. Thanks to jj@ for
testing on mips64, where there is still an int128 related test failure.
OK jca@ and Ashton Fagg (maintainer)
