diff options
Diffstat (limited to 'textproc/ja-groff/patches/patch-as')
-rw-r--r-- | textproc/ja-groff/patches/patch-as | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/textproc/ja-groff/patches/patch-as b/textproc/ja-groff/patches/patch-as new file mode 100644 index 00000000000..0e639e9561a --- /dev/null +++ b/textproc/ja-groff/patches/patch-as @@ -0,0 +1,13 @@ +$NetBSD: patch-as,v 1.1 2006/06/23 16:29:02 hira Exp $ + +--- troff/div.h.orig 2006-06-16 17:01:30.000000000 +0900 ++++ troff/div.h 2006-06-16 17:02:47.000000000 +0900 +@@ -48,6 +48,8 @@ + virtual void copy_file(const char *filename) = 0; + }; + ++void end_diversions(); ++ + class macro; + + class macro_diversion : public diversion { |