summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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