1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-22 00:35:15 +00:00
freebsd-ports/japanese/ruby-mecab/files/patch-extconf.rb
Jun Kuriyama 201207451f - Upgrade to 0.81.
- Unbreak on some conditions.
- Update WWW: line.

No response from:	maintainer
2005-05-28 12:58:56 +00:00

12 lines
355 B
Ruby

--- 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)
}