commit 139260c4ac28f8dee565e7c86824eaf8e32599d7 parent 922ff388a6e889a881324b8c4539c0be8c8b9769 Author: Shokara Kou <kou@13f0.net> Date: Sun, 3 Mar 2024 15:48:07 -0500 remove rust+jit dependency from lang/ruby Diffstat:
| M | lang/ruby/3.2/Makefile | | | 7 | ------- |
1 file changed, 0 insertions(+), 7 deletions(-)
diff --git a/lang/ruby/3.2/Makefile b/lang/ruby/3.2/Makefile @@ -12,13 +12,6 @@ FLAVOR?= no_ri_docs bootstrap FLAVOR?= .endif -.if ${MACHINE_ARCH:Mamd64} || ${MACHINE_ARCH:Maarch64} -# Support YJIT JIT compiler on arches Ruby supports -MODULES += lang/rust -WANTLIB-main += c++abi -MAKE_ENV += LIBRUBY_DLDFLAGS="-lc++abi" -.endif - MULTI_PACKAGES = -main -ri_docs .include <bsd.port.arch.mk>