diff options
| author | Shokara Kou <kou@13f0.net> | 2024-03-03 15:48:07 -0500 |
|---|---|---|
| committer | Shokara Kou <kou@13f0.net> | 2024-03-03 15:48:07 -0500 |
| commit | 139260c4ac28f8dee565e7c86824eaf8e32599d7 (patch) | |
| tree | 69c3904cb9da169d7819a52e902a41e7dd660b1e | |
| parent | 922ff388a6e889a881324b8c4539c0be8c8b9769 (diff) | |
remove rust+jit dependency from lang/ruby
| -rw-r--r-- | lang/ruby/3.2/Makefile | 7 |
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 | |||
| 12 | FLAVOR?= | 12 | FLAVOR?= |
| 13 | .endif | 13 | .endif |
| 14 | 14 | ||
| 15 | .if ${MACHINE_ARCH:Mamd64} || ${MACHINE_ARCH:Maarch64} | ||
| 16 | # Support YJIT JIT compiler on arches Ruby supports | ||
| 17 | MODULES += lang/rust | ||
| 18 | WANTLIB-main += c++abi | ||
| 19 | MAKE_ENV += LIBRUBY_DLDFLAGS="-lc++abi" | ||
| 20 | .endif | ||
| 21 | |||
| 22 | MULTI_PACKAGES = -main -ri_docs | 15 | MULTI_PACKAGES = -main -ri_docs |
| 23 | .include <bsd.port.arch.mk> | 16 | .include <bsd.port.arch.mk> |
| 24 | 17 | ||
