diff options
author | Mike Gardiner <obz@gentoo.org> | 2003-11-16 05:01:58 +0000 |
---|---|---|
committer | Mike Gardiner <obz@gentoo.org> | 2003-11-16 05:01:58 +0000 |
commit | 86aa24023d362281581551ddd4681bbf88299840 (patch) | |
tree | 13325527cbd5a637c60f0f0879b94c4072fd3fc0 /app-text/html2text/files | |
parent | Version Bump. Really closes Bug #38378. (diff) | |
download | gentoo-2-86aa24023d362281581551ddd4681bbf88299840.tar.gz gentoo-2-86aa24023d362281581551ddd4681bbf88299840.tar.bz2 gentoo-2-86aa24023d362281581551ddd4681bbf88299840.zip |
Fixed gcc3.3.patch
Diffstat (limited to 'app-text/html2text/files')
-rw-r--r-- | app-text/html2text/files/html2text-gcc3.3.patch | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/app-text/html2text/files/html2text-gcc3.3.patch b/app-text/html2text/files/html2text-gcc3.3.patch index 7fc8f85ad74b..feb0ecc2acb5 100644 --- a/app-text/html2text/files/html2text-gcc3.3.patch +++ b/app-text/html2text/files/html2text-gcc3.3.patch @@ -1,7 +1,7 @@ diff -bB -r -u html2text-1.3.1/Area.C html2text-1.3.1-Patch_C/Area.C --- html2text-1.3.1/Area.C Tue Nov 2 18:57:49 1999 +++ html2text-1.3.1-Patch_C/Area.C Wed Jul 2 21:58:32 2003 -@@ -1,48 +1,39 @@ +@@ -1,40 +1,32 @@ -/* ------------------------------------------------------------------------- */ + /***************************************************************************/ @@ -65,8 +65,7 @@ diff -bB -r -u html2text-1.3.1/Area.C html2text-1.3.1-Patch_C/Area.C + + /***************************************************************************/ --#ident "$Id: html2text-gcc3.3.patch,v 1.1 2003/10/26 05:57:54 obz Exp $" - +@@ -42,6 +34,6 @@ #include <stdlib.h> #include <string.h> -#include <iostream.h> |