diff options
Diffstat (limited to 'graphics/rabbit/patches/patch-ad')
-rw-r--r-- | graphics/rabbit/patches/patch-ad | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/rabbit/patches/patch-ad b/graphics/rabbit/patches/patch-ad new file mode 100644 index 00000000000..dda75ed09a2 --- /dev/null +++ b/graphics/rabbit/patches/patch-ad @@ -0,0 +1,12 @@ +$NetBSD: patch-ad,v 1.1 2008/03/18 06:14:31 jlam Exp $ + +--- bin/rabrick.orig 2008-03-01 04:54:40.000000000 -0500 ++++ bin/rabrick +@@ -1,6 +1,7 @@ + #!/usr/bin/env ruby + # -*- ruby -*- + ++require "rubygems" rescue LoadError + require "webrick" + + require 'tofu/tofulet' |