summaryrefslogtreecommitdiff
path: root/ruby/ruby-1.8.5.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ruby/ruby-1.8.5.patch')
-rw-r--r--ruby/ruby-1.8.5.patch20
1 files changed, 4 insertions, 16 deletions
diff --git a/ruby/ruby-1.8.5.patch b/ruby/ruby-1.8.5.patch
index 3ff258d93..31e5679f5 100644
--- a/ruby/ruby-1.8.5.patch
+++ b/ruby/ruby-1.8.5.patch
@@ -1,7 +1,7 @@
-diff -Nru ruby-1.8.5.orig/configure ruby-1.8.5/configure
---- ruby-1.8.5.orig/configure 2006-08-26 15:03:23.000000000 +0200
-+++ ruby-1.8.5/configure 2006-08-26 15:03:53.000000000 +0200
-@@ -19254,7 +19254,7 @@
+diff -Nru ruby-1.8.5-p12.orig/configure ruby-1.8.5-p12/configure
+--- ruby-1.8.5-p12.orig/configure 2006-12-27 19:03:43.539393663 +0100
++++ ruby-1.8.5-p12/configure 2006-12-27 19:03:56.889006998 +0100
+@@ -19402,7 +19402,7 @@
_ACEOF
else
@@ -10,15 +10,3 @@ diff -Nru ruby-1.8.5.orig/configure ruby-1.8.5/configure
cat >>confdefs.h <<_ACEOF
#define RUBY_PLATFORM "${arch}"
_ACEOF
-diff -Nru ruby-1.8.5.orig/ext/dbm/extconf.rb ruby-1.8.5/ext/dbm/extconf.rb
---- ruby-1.8.5.orig/ext/dbm/extconf.rb 2006-08-26 15:03:23.000000000 +0200
-+++ ruby-1.8.5/ext/dbm/extconf.rb 2006-08-26 15:04:19.000000000 +0200
-@@ -55,7 +55,7 @@
-
- have_header("cdefs.h")
- have_header("sys/cdefs.h")
--if /DBM_HDR/ =~ $CFLAGS and have_func(db_prefix("dbm_open"))
-+if have_func(db_prefix("dbm_open"))
- have_func(db_prefix("dbm_clearerr")) unless $dbm_conf_have_gdbm
- create_makefile("dbm")
- end

Generated by cgit