summaryrefslogtreecommitdiff
path: root/japanese/ruby-chasen/files/patch-extconf.rb
diff options
context:
space:
mode:
authorDirk Meyer <dinoex@FreeBSD.org>2010-04-23 11:10:44 +0000
committerDirk Meyer <dinoex@FreeBSD.org>2010-04-23 11:10:44 +0000
commitd7729ca196a314e8c0b9194a5043fa2a6ba423ef (patch)
treec1717d06e415118ce8537c6d2e9694253cc2084e /japanese/ruby-chasen/files/patch-extconf.rb
parent- update to 0.2.5 (diff)
- update to 1.7
PR: 141183 Submitted by: Makoto Kishimoto
Notes
Notes: svn path=/head/; revision=253083
Diffstat (limited to '')
-rw-r--r--japanese/ruby-chasen/files/patch-extconf.rb26
1 files changed, 0 insertions, 26 deletions
diff --git a/japanese/ruby-chasen/files/patch-extconf.rb b/japanese/ruby-chasen/files/patch-extconf.rb
deleted file mode 100644
index 7bad3524b8f2..000000000000
--- a/japanese/ruby-chasen/files/patch-extconf.rb
+++ /dev/null
@@ -1,26 +0,0 @@
---- extconf.rb.orig Thu Sep 9 05:57:36 1999
-+++ extconf.rb Sun Aug 29 21:26:29 2004
-@@ -1,20 +1,7 @@
- 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("stdc++")
-+have_library("chasen", "chasen_getopt_argv") &&
- create_makefile("chasen")