summaryrefslogtreecommitdiff
path: root/security/ruby-gpgme/files/patch-extconf.rb
diff options
context:
space:
mode:
Diffstat (limited to 'security/ruby-gpgme/files/patch-extconf.rb')
-rw-r--r--security/ruby-gpgme/files/patch-extconf.rb9
1 files changed, 9 insertions, 0 deletions
diff --git a/security/ruby-gpgme/files/patch-extconf.rb b/security/ruby-gpgme/files/patch-extconf.rb
new file mode 100644
index 000000000000..cb44912b92f3
--- /dev/null
+++ b/security/ruby-gpgme/files/patch-extconf.rb
@@ -0,0 +1,9 @@
+--- extconf.rb.orig Mon Dec 20 21:35:54 2004
++++ extconf.rb Mon Dec 20 21:36:21 2004
+@@ -1,5 +1,5 @@
+ require 'mkmf'
+
+-if have_library('gpgme', 'gpgme_check_version') and have_header('gpgme.h')
++if have_library('gpgme03', 'gpgme_check_version') and have_header('gpgme03/gpgme.h')
+ create_makefile ('gpgme_n')
+ end