49af1494d00c48cc0d55c67c769f0e9328dc6294
[pkgsrc.git] / graphics / rabbit / patches / patch-ab
1 $NetBSD: patch-ab,v 1.2 2008/03/31 15:26:34 jlam Exp $
2
3 --- bin/rabbit.orig     2008-03-01 04:54:40.000000000 -0500
4 +++ bin/rabbit
5 @@ -4,6 +4,12 @@
6  GC.disable
7  require "rbconfig"
8  
9 +begin
10 +  require "rubygems"
11 +rescue LoadError
12 +  nil
13 +end
14 +
15  require "rabbit/console"
16  require "rabbit/source"
17  require "rabbit/renderer"