On Saturday 04 March 2006 18:15, Thomas Trepl wrote:
> For that quickly made a patch - see below.
I should append it then...
Submitted by: Thomas Trepl <ttrepl at yahoo dot de>
Date: 2006-03-04
Initial package version: groff-1.18.1.1
Description: Fixes a compiler issue when using gcc-4.1

diff -Naur groff-1.18.1.1-orig/src/devices/grohtml/post-html.cc groff-1.18.1.1/src/devices/grohtml/post-html.cc
--- groff-1.18.1.1-orig/src/devices/grohtml/post-html.cc	2002-09-16 18:58:41.000000000 +0200
+++ groff-1.18.1.1/src/devices/grohtml/post-html.cc	2006-03-04 08:07:20.837059903 +0100
@@ -260,7 +260,7 @@
   char_block   *next;
 
   char_block();
-  char_block::char_block(int length);
+  char_block(int length);
 };
 
 char_block::char_block()
-- 
http://linuxfromscratch.org/mailman/listinfo/lfs-dev
FAQ: http://www.linuxfromscratch.org/faq/
Unsubscribe: See the above information page

Reply via email to