diff options
Diffstat (limited to '')
-rw-r--r-- | japanese/ruby-mecab/files/patch-extconf.rb | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/japanese/ruby-mecab/files/patch-extconf.rb b/japanese/ruby-mecab/files/patch-extconf.rb deleted file mode 100644 index 8a9f781b3c4c..000000000000 --- a/japanese/ruby-mecab/files/patch-extconf.rb +++ /dev/null @@ -1,11 +0,0 @@ ---- extconf.rb.orig Sun Mar 20 22:19:10 2005 -+++ extconf.rb Mon May 2 02:03:15 2005 -@@ -3,7 +3,7 @@ - mecab_config = with_config('mecab-config', 'mecab-config') - use_mecab_config = enable_config('mecab-config') - --`mecab-config --libs-only-l`.chomp.split.each { | lib | -+`#{mecab_config} --libs-only-l`.chomp.split.each{ | lib | - have_library(lib) - } - |