summaryrefslogtreecommitdiff
path: root/databases/ruby-tokyotyrant/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'databases/ruby-tokyotyrant/patches/patch-ab')
-rw-r--r--databases/ruby-tokyotyrant/patches/patch-ab13
1 files changed, 0 insertions, 13 deletions
diff --git a/databases/ruby-tokyotyrant/patches/patch-ab b/databases/ruby-tokyotyrant/patches/patch-ab
deleted file mode 100644
index 4b6928c7f90..00000000000
--- a/databases/ruby-tokyotyrant/patches/patch-ab
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ab,v 1.2 2009/01/04 11:06:35 obache Exp $
-
---- test.rb.orig 2008-12-07 05:27:22.000000000 +0000
-+++ test.rb
-@@ -13,7 +13,7 @@ commands = [
- ]
- num = 1
- commands.each do |command|
-- rv = system("/usr/bin/ruby #{command} >/dev/null")
-+ rv = system("./#{command} >/dev/null")
- if rv
- printf("%03d/%03d: %s: ok\n", num, commands.size, command)
- else