From 5ff660108cd8b164cd8fb1ba0f3c11f7e186f396 Mon Sep 17 00:00:00 2001 From: Jindrich Novy Date: Thu, 5 Jan 2006 15:05:40 +0000 Subject: add patch to fix gcc-4.1.0 build --- groff-1.18.1.1-gcc41.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 groff-1.18.1.1-gcc41.patch diff --git a/groff-1.18.1.1-gcc41.patch b/groff-1.18.1.1-gcc41.patch new file mode 100644 index 0000000..b95e3f1 --- /dev/null +++ b/groff-1.18.1.1-gcc41.patch @@ -0,0 +1,11 @@ +--- groff-1.18.1.1/src/devices/grohtml/post-html.cc.gcc41 2006-01-05 16:01:16.000000000 +0100 ++++ groff-1.18.1.1/src/devices/grohtml/post-html.cc 2006-01-05 16:02:14.000000000 +0100 +@@ -261,7 +261,7 @@ struct char_block { + char_block *next; + + char_block(); +- char_block::char_block(int length); ++ char_block(int length); + }; + + char_block::char_block() -- cgit