Revision
70936
Author
kimuraw@macports.org
Date
2010-08-26 16:01:09 -0700 (Thu, 26 Aug 2010)

Log Message

ruby/rb19-rcairo: remove debug print in patch-extconf.rb.diff

Modified Paths

Diff

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