Path to this page:
Subject: CVS commit: pkgsrc/devel/ruby-ffi-compiler
From: Takahiro Kambe
Date: 2020-11-02 16:13:27
Message id: 20201102151327.7F10CFB28@cvs.NetBSD.org
Log Message:
devel/ruby-ffi-compiler: fix runtime problem
Install loadable modules into GEM_EXTSDIR.
On some platform, ruby-ffi/ruby-ffi-compiler defines their own OS/ARCH name
and it cause using diffrernt directory to install loadable modules.
In this case (NetBSD/i386), installed loadable modules never loaded
successfully since they exists on a directory which dose not contained in
Ruby's global variable "$:".
Focus to PR pkg/55469.
Bump PKGREVISION.
Files: