freebsd-ports/japanese/ruby-chasen/files/patch-extconf.rb
2001-03-02 05:20:55 +00:00

26 lines
572 B
Ruby

--- extconf.rb.orig Thu Sep 9 21:57:36 1999
+++ extconf.rb Thu Mar 1 19:09:18 2001
@@ -1,20 +1,6 @@
require "mkmf"
-require "parsearg"
-def usage()
- printf "Usage:\n"
- printf "%s [-L library_path]\n", $0
-end
-
-$USAGE = 'usage'
-parseArgs(0, "L", nil, "L:.")
-
-unless have_library("chasen", "chasen_getopt_argv")
- $objs = Dir["*.{c,cc}"]
- for f in $objs
- f.sub!(/\.(c|cc)$/, ".o")
- end
- $objs.push File.join(["#{$OPT_L}", "libchasen.a"])
-end
+dir_config("chasen")
+have_library("chasen", "chasen_getopt_argv") &&
create_makefile("chasen")