summaryrefslogtreecommitdiff
path: root/graphics/rabbit/patches/patch-ad
blob: 37b65b77bd5199d33cb51c1bcb8aeea91ba133fd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
$NetBSD: patch-ad,v 1.2 2008/03/31 15:26:34 jlam Exp $

--- bin/rabrick.orig	2008-03-01 04:54:40.000000000 -0500
+++ bin/rabrick
@@ -1,6 +1,12 @@
 #!/usr/bin/env ruby
 # -*- ruby -*-
 
+begin
+  require "rubygems"
+rescue LoadError
+  nil
+end
+
 require "webrick"
 
 require 'tofu/tofulet'