diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-22 11:47:23 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-22 11:47:23 +0000 |
commit | cb23d61a2fb23d2779122afce8a5ddf1ab681001 (patch) | |
tree | 6b24c773a4075e25de598a4c21a20f3a814f794b /www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp | |
parent | Update to 0.9.5. (diff) |
Fix with Mozilla 0.9.5.
PR: 31397
Submitted by: Nuzrin Yaapar <p9711422@mmu.edu.my>
Diffstat (limited to '')
-rw-r--r-- | www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp b/www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp index 4b1e4a29f1b6..e82d86b5cde4 100644 --- a/www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp +++ b/www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp @@ -1,8 +1,8 @@ $FreeBSD$ ---- src/mozilla/TOCProtocolHandler.cpp 2001/10/16 07:21:34 1.1 -+++ src/mozilla/TOCProtocolHandler.cpp 2001/10/16 07:21:49 +--- src/mozilla/TOCProtocolHandler.cpp.orig Sat Oct 13 14:52:00 2001 ++++ src/mozilla/TOCProtocolHandler.cpp Mon Oct 22 14:36:19 2001 @@ -21,13 +21,7 @@ #include "outputbuffer.h" @@ -12,8 +12,9 @@ $FreeBSD$ -#elif (GCC_VERSION < VERSION2(3,0)) && (GCC_VERSION > VERSION2(2,90)) -#include <g++-2/string> -#else - #include <string> +-#include <string> -#endif ++#include <g++/string> #include <list> #include <dirent.h> #include <sys/stat.h> |