Modified: trunk/dports/ruby/rb19-rcairo/files/patch-extconf.rb.diff (70935 => 70936)
--- trunk/dports/ruby/rb19-rcairo/files/patch-extconf.rb.diff 2010-08-26 22:59:54 UTC (rev 70935)
+++ trunk/dports/ruby/rb19-rcairo/files/patch-extconf.rb.diff 2010-08-26 23:01:09 UTC (rev 70936)
@@ -1,11 +1,10 @@
--- extconf.rb.orig 2010-08-26 21:57:21.000000000 +0900
-+++ extconf.rb 2010-08-27 07:57:25.000000000 +0900
-@@ -13,7 +13,8 @@
++++ extconf.rb 2010-08-27 08:00:16.000000000 +0900
+@@ -13,7 +13,7 @@
RbConfig::CONFIG["EXEEXT"])
Dir.chdir(ext_dir.to_s) do
- system(ruby, "extconf.rb")
-+ $stderr.puts ARGV
+ system(ruby, "extconf.rb", *ARGV)
end