summaryrefslogtreecommitdiff
path: root/graphics/rabbit/patches/patch-ag
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/rabbit/patches/patch-ag')
-rw-r--r--graphics/rabbit/patches/patch-ag13
1 files changed, 0 insertions, 13 deletions
diff --git a/graphics/rabbit/patches/patch-ag b/graphics/rabbit/patches/patch-ag
deleted file mode 100644
index de8f6cf9732..00000000000
--- a/graphics/rabbit/patches/patch-ag
+++ /dev/null
@@ -1,13 +0,0 @@
-$NetBSD: patch-ag,v 1.1 2010/08/01 12:37:18 obache Exp $
-
-add missing require.
-http://www.cozmixng.org/retro/projects/rabbit/changesets/1388
-
---- lib/rabbit/element/tag.rb.orig 2010-07-31 11:33:07.000000000 +0000
-+++ lib/rabbit/element/tag.rb
-@@ -1,4 +1,5 @@
- require 'rabbit/element/base'
-+require 'rabbit/element/text-container-element'
-
- module Rabbit
- module Element