diff options
| author | Koichiro Iwao <meta@FreeBSD.org> | 2025-03-11 15:06:56 +0000 |
|---|---|---|
| committer | Koichiro Iwao <meta@FreeBSD.org> | 2025-03-11 15:15:17 +0000 |
| commit | 54ad54f59386672790267f5bf08ee279d8512fa6 (patch) | |
| tree | dc782446200b6727d6fcb18943509f14bb239271 /lang/ruby31 | |
| parent | 59deeb00ee2faaa2f74acb681cf638aae7b3cda1 (diff) | |
Diffstat (limited to 'lang/ruby31')
| -rw-r--r-- | lang/ruby31/Makefile | 21 |
1 files changed, 11 insertions, 10 deletions
diff --git a/lang/ruby31/Makefile b/lang/ruby31/Makefile index 151089815705..0b51b92d111c 100644 --- a/lang/ruby31/Makefile +++ b/lang/ruby31/Makefile @@ -28,16 +28,6 @@ CPE_VENDOR= ruby-lang CPE_UPDATE= p0 USE_LDCONFIG= yes -# We get these from other ports -EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/bin/gem \ - --exclude ${DISTNAME}/ext/win32* \ - --exclude ${DISTNAME}/lib/bundler* \ - --exclude ${DISTNAME}/libexec/bundler \ - --exclude ${DISTNAME}/man/erb.1 \ - --exclude ${DISTNAME}/man/irb.1 \ - --exclude ${DISTNAME}/man/ri.1 \ - --no-same-owner --no-same-permissions - GNU_CONFIGURE= yes CONFIGURE_ARGS= ${RUBY_CONFIGURE_ARGS} \ --disable-rpath \ @@ -51,6 +41,17 @@ CONFIGURE_ENV= debugflags= # Keep this, else ruby will fail to load libraries dependent of libpthread. LIBS+= -lpthread + +# We get these from other ports +EXTRACT_AFTER_ARGS= --exclude ${DISTNAME}/bin/gem \ + --exclude ${DISTNAME}/ext/win32* \ + --exclude ${DISTNAME}/lib/bundler* \ + --exclude ${DISTNAME}/libexec/bundler \ + --exclude ${DISTNAME}/man/erb.1 \ + --exclude ${DISTNAME}/man/irb.1 \ + --exclude ${DISTNAME}/man/ri.1 \ + --no-same-owner --no-same-permissions + WRKSRC= ${RUBY_WRKSRC} RUBY_VER= 3.1 |
