CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2022/11/15 05:01:37
Added files:
devel/spidermonkey102/patches:
patch-build_moz_configure_rust_configure
Log message:
Work around rust targets glitch on riscv64
The rust configure script errors out if it has more than one possible
rust candidate target to choose from. Which happens on riscv64 because
of a patch kept in our rust port (for now). Just pick the first target
listed instead of bailing out.
Input from semarie@, ok ajacoutot@ (maintainer)