diff options
author | obache <obache@pkgsrc.org> | 2007-08-26 01:25:32 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2007-08-26 01:25:32 +0000 |
commit | 7c170e3e709dbe69cd5478be14f85e27f5162b0e (patch) | |
tree | 52be43042cccc4baaa6f30a0353a5a6b85c1f13a /graphics/rabbit/patches | |
parent | 4410aefac7aeb664e3af3ffd60a7d71eb193fda4 (diff) | |
download | pkgsrc-7c170e3e709dbe69cd5478be14f85e27f5162b0e.tar.gz |
Fixed startup error occured on some filesystem situation.
Bump PKGREVISION.
Diffstat (limited to 'graphics/rabbit/patches')
-rw-r--r-- | graphics/rabbit/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/graphics/rabbit/patches/patch-aa b/graphics/rabbit/patches/patch-aa new file mode 100644 index 00000000000..4d411e294a6 --- /dev/null +++ b/graphics/rabbit/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2007/08/26 01:25:33 obache Exp $ + +--- lib/rabbit/parser/wiki/output.rb.orig 2007-08-04 14:40:19.000000000 +0000 ++++ lib/rabbit/parser/wiki/output.rb +@@ -5,6 +5,7 @@ require 'rabbit/parser/ext/image' + require 'rabbit/parser/ext/enscript' + require 'rabbit/parser/ext/tex' + require 'rabbit/parser/ext/anthy' ++require 'rabbit/parser/ext/entity' + + module Rabbit + module Parser |