diff options
Diffstat (limited to 'security/rubygem-gpgme/files/patch-ext_gpgme_extconf.rb')
-rw-r--r-- | security/rubygem-gpgme/files/patch-ext_gpgme_extconf.rb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/security/rubygem-gpgme/files/patch-ext_gpgme_extconf.rb b/security/rubygem-gpgme/files/patch-ext_gpgme_extconf.rb new file mode 100644 index 000000000000..e0a3bbcbbf76 --- /dev/null +++ b/security/rubygem-gpgme/files/patch-ext_gpgme_extconf.rb @@ -0,0 +1,10 @@ +--- ext/gpgme/extconf.rb.orig 2025-06-24 09:21:26 UTC ++++ ext/gpgme/extconf.rb +@@ -63,7 +63,6 @@ EOS + EOS + + require 'rubygems' +- require 'mini_portile2' + + libgpg_error_recipe = MiniPortile.new('libgpg-error', '1.47').tap do |recipe| + recipe.target = File.join(ROOT, "ports") |