summaryrefslogtreecommitdiff
path: root/lang/ruby18-base/patches/patch-bc
diff options
context:
space:
mode:
Diffstat (limited to 'lang/ruby18-base/patches/patch-bc')
-rw-r--r--lang/ruby18-base/patches/patch-bc12
1 files changed, 12 insertions, 0 deletions
diff --git a/lang/ruby18-base/patches/patch-bc b/lang/ruby18-base/patches/patch-bc
new file mode 100644
index 00000000000..c1848c7bc05
--- /dev/null
+++ b/lang/ruby18-base/patches/patch-bc
@@ -0,0 +1,12 @@
+$NetBSD: patch-bc,v 1.1 2005/11/02 08:56:40 taca Exp $
+
+--- ext/openssl/extconf.rb.orig 2005-04-16 04:16:18.000000000 +0900
++++ ext/openssl/extconf.rb
+@@ -62,6 +62,7 @@ unless have_header("openssl/conf_api.h")
+ end
+
+ message "=== Checking for OpenSSL features... ===\n"
++have_func("ERR_peek_last_error")
+ have_func("BN_mod_add")
+ have_func("BN_mod_sqr")
+ have_func("BN_mod_sub")