freebsd-ports/japanese/migemo/files/extra-patch-configure.in.ruby19
MANTANI Nobutaka bac10487f1 Fix incompatibility with Ruby 1.9.
Reported by:	    linimon
2011-08-22 14:48:19 +00:00

12 lines
377 B
Plaintext

--- configure.in.orig 2011-08-22 13:07:45.000000000 +0900
+++ configure.in 2011-08-22 13:08:00.000000000 +0900
@@ -19,7 +19,7 @@
fi
echo -n "checking Ruby/Romkan... "
-if ruby -rromkan -e 'exit(if Romkan::VERSION >= "0.3" then 0 else 1 end)'; then
+if ruby -Ke -rromkan -e 'exit(if Romkan::VERSION >= "0.3" then 0 else 1 end)'; then
echo found
else
echo not found