pkgsrc/devel/ruby-ffi-compiler/Makefile
taca d1c7e82bd7 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.
2020-11-02 15:13:27 +00:00

17 lines
406 B
Makefile

# $NetBSD: Makefile,v 1.3 2020/11/02 15:13:27 taca Exp $
DISTNAME= ffi-compiler-1.0.1
PKGREVISION= 1
CATEGORIES= devel
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://wiki.github.com/ffi/ffi
COMMENT= Ruby FFI Rakefile generator
LICENSE= apache-2.0
DEPENDS+= ${RUBY_PKGPREFIX}-ffi>=1.0.0:../../devel/ruby-ffi
USE_LANGUAGES= # none
.include "../../lang/ruby/gem.mk"
.include "../../mk/bsd.pkg.mk"