View | Details | Raw Unified | Return to bug 230147
Collapse All | Expand All

(-)i/devel/rubygem-ffi/Makefile (+4 lines)
Lines 17-20 LIB_DEPENDS= libffi.so:devel/libffi Link Here
17
USE_RUBY=	yes
17
USE_RUBY=	yes
18
USES=		gem
18
USES=		gem
19
19
20
post-patch:
21
	${LN} -s x86_64-freebsd ${WRKSRC}/lib/ffi/platform/aarch64-freebsd
22
	${LN} -s i386-freebsd ${WRKSRC}/lib/ffi/platform/arm-freebsd
23
20
.include <bsd.port.mk>
24
.include <bsd.port.mk>
(-)i/devel/rubygem-ffi/files/patch-ffi.gemspec (+11 lines)
Added Link Here
1
--- ffi.gemspec.orig	2018-07-29 13:02:08 UTC
2
+++ ffi.gemspec
3
@@ -21,6 +21,8 @@ Gem::Specification.new do |s|
4
   s.rubygems_version = "2.7.6".freeze
5
   s.summary = "Ruby FFI".freeze
6
 
7
+  s.files += ["lib/ffi/platform/aarch64-freebsd/types.conf".freeze, "lib/ffi/platform/arm-freebsd/types.conf".freeze]
8
+
9
   if s.respond_to? :specification_version then
10
     s.specification_version = 4
11
 

Return to bug 230147