CVSROOT: /cvs
Module name: ports
Changes by: [email protected] 2020/06/25 15:13:17
Modified files:
devel/spidermonkey68: Makefile
devel/spidermonkey68/patches: patch-moz_configure
Added files:
devel/spidermonkey68/patches: patch-js_moz_configure
Log message:
spidermonkey68: don't use rust and llvm; they are unneeded
It is part of Firefox, so rust and llvm are checked out at configure time,
but the javascript engine uses only C/C++.
Add patches to remove that check, allowing spidermonkey to be built on !rust
archs. From John Paul Adrian Glaubitz for Debian.
OK jasper@ (maintainer)