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