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()