mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 15:59:18 -04:00
11 lines
387 B
Ruby
11 lines
387 B
Ruby
--- ffi.gemspec.orig 2018-07-29 17:14:15 UTC
|
|
+++ ffi.gemspec
|
|
@@ -21,6 +21,8 @@ Gem::Specification.new do |s|
|
|
s.rubygems_version = "2.7.7".freeze
|
|
s.summary = "Ruby FFI".freeze
|
|
|
|
+ s.files += ["lib/ffi/platform/aarch64-freebsd/types.conf".freeze, "lib/ffi/platform/arm-freebsd/types.conf".freeze]
|
|
+
|
|
if s.respond_to? :specification_version then
|
|
s.specification_version = 4
|
|
|
|
|