add patch to fix gcc-4.1.0 build
This commit is contained in:
parent
d28415eec1
commit
5ff660108c
11
groff-1.18.1.1-gcc41.patch
Normal file
11
groff-1.18.1.1-gcc41.patch
Normal file
@ -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()
|
Loading…
Reference in New Issue
Block a user