summaryrefslogtreecommitdiff
path: root/lang/ruby/3.2
diff options
context:
space:
mode:
authorShokara Kou <kou@13f0.net>2024-03-03 15:48:07 -0500
committerShokara Kou <kou@13f0.net>2024-03-03 15:48:07 -0500
commit139260c4ac28f8dee565e7c86824eaf8e32599d7 (patch)
tree69c3904cb9da169d7819a52e902a41e7dd660b1e /lang/ruby/3.2
parent922ff388a6e889a881324b8c4539c0be8c8b9769 (diff)
remove rust+jit dependency from lang/ruby
Diffstat (limited to 'lang/ruby/3.2')
-rw-r--r--lang/ruby/3.2/Makefile7
1 files changed, 0 insertions, 7 deletions
diff --git a/lang/ruby/3.2/Makefile b/lang/ruby/3.2/Makefile
index c754056..99b053d 100644
--- a/lang/ruby/3.2/Makefile
+++ b/lang/ruby/3.2/Makefile
@@ -12,13 +12,6 @@ FLAVOR?= no_ri_docs bootstrap
12FLAVOR?= 12FLAVOR?=
13.endif 13.endif
14 14
15.if ${MACHINE_ARCH:Mamd64} || ${MACHINE_ARCH:Maarch64}
16# Support YJIT JIT compiler on arches Ruby supports
17MODULES += lang/rust
18WANTLIB-main += c++abi
19MAKE_ENV += LIBRUBY_DLDFLAGS="-lc++abi"
20.endif
21
22MULTI_PACKAGES = -main -ri_docs 15MULTI_PACKAGES = -main -ri_docs
23.include <bsd.port.arch.mk> 16.include <bsd.port.arch.mk>
24 17