From bf35832f54f88a44211080455a9b1acdc2f797ba Mon Sep 17 00:00:00 2001 From: Marcin Juszkiewicz Date: Fri, 12 Jan 2007 16:47:19 +0000 Subject: [PATCH] ruby: added forgotten patches --- packages/ruby/ruby-1.8.5/.mtn2git_empty | 0 .../disable_wide_getaddrinfo_check.patch | 16 ++++++++++++++++ packages/ruby/ruby-1.8.5/extmk_run.patch | 15 +++++++++++++++ 3 files changed, 31 insertions(+) create mode 100644 packages/ruby/ruby-1.8.5/.mtn2git_empty create mode 100644 packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch create mode 100644 packages/ruby/ruby-1.8.5/extmk_run.patch diff --git a/packages/ruby/ruby-1.8.5/.mtn2git_empty b/packages/ruby/ruby-1.8.5/.mtn2git_empty new file mode 100644 index 0000000000..e69de29bb2 diff --git a/packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch b/packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch new file mode 100644 index 0000000000..82137896b9 --- /dev/null +++ b/packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch @@ -0,0 +1,16 @@ +--- packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch f667776fd8760b7048cc9617930112347b0ef2c0 ++++ packages/ruby/ruby-1.8.5/disable_wide_getaddrinfo_check.patch f667776fd8760b7048cc9617930112347b0ef2c0 +@@ -0,0 +1,13 @@ ++--- ruby-1.8.5/ext/socket/extconf.rb.orig 2006-12-30 15:12:31.000000000 +1100 +++++ ruby-1.8.5/ext/socket/extconf.rb 2006-12-30 15:16:24.000000000 +1100 ++@@ -216,6 +216,10 @@ ++ } ++ EOF ++ end +++# Ignore the actual result of the above test and assume that +++# everything is OK. +++getaddr_info_ok = true +++ ++ if ipv6 and not getaddr_info_ok ++ abort <