summaryrefslogtreecommitdiffstats
path: root/nokogiri-1.4.2-rake-task.patch
diff options
context:
space:
mode:
Diffstat (limited to 'nokogiri-1.4.2-rake-task.patch')
-rw-r--r--nokogiri-1.4.2-rake-task.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/nokogiri-1.4.2-rake-task.patch b/nokogiri-1.4.2-rake-task.patch
new file mode 100644
index 0000000..7838206
--- /dev/null
+++ b/nokogiri-1.4.2-rake-task.patch
@@ -0,0 +1,15 @@
+--- nokogiri-1.4.2/Rakefile.debug 2010-05-26 01:38:21.000000000 +0900
++++ nokogiri-1.4.2/Rakefile 2010-05-26 02:01:27.000000000 +0900
+@@ -129,7 +129,11 @@
+ end
+
+ require 'tasks/test'
+-require 'tasks/cross_compile'
++begin
++ require 'tasks/cross_compile'
++rescue RuntimeError => err
++ p err.message
++end
+
+ desc "set environment variables to build and/or test with debug options"
+ task :debug do