aboutsummaryrefslogtreecommitdiff
path: root/security/rubygem-gpgme/files/patch-ext-gpgme-extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'security/rubygem-gpgme/files/patch-ext-gpgme-extconf.rb')
-rw-r--r--security/rubygem-gpgme/files/patch-ext-gpgme-extconf.rb10
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..e14b99204578
--- /dev/null
+++ b/security/rubygem-gpgme/files/patch-ext-gpgme-extconf.rb
@@ -0,0 +1,10 @@
+--- ext/gpgme/extconf.rb.orig 2022-10-13 10:24:31 UTC
++++ ext/gpgme/extconf.rb
+@@ -60,7 +60,6 @@ follows:
+ EOS
+
+ require 'rubygems'
+- require 'mini_portile2'
+
+ libgpg_error_recipe = MiniPortile.new('libgpg-error', '1.46').tap do |recipe|
+ recipe.target = File.join(ROOT, "ports")