diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-16 07:42:36 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-10-16 07:42:36 +0000 |
commit | b3e5c8acd1442fc524a8f2c33af5f2a228015e94 (patch) | |
tree | 538ca95e722412a28ce8f2c50b4308de993e7b81 /www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp | |
parent | Apply some black cvs magick to readd patch-ar properly. (diff) |
Update to 0.12.4.
Notes
Notes:
svn path=/head/; revision=48837
Diffstat (limited to 'www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp')
-rw-r--r-- | www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp b/www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp index 3552cb8e7969..4b1e4a29f1b6 100644 --- a/www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp +++ b/www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp @@ -1,14 +1,16 @@ $FreeBSD$ ---- src/mozilla/TOCProtocolHandler.cpp 2001/10/08 16:33:57 1.1 -+++ src/mozilla/TOCProtocolHandler.cpp 2001/10/08 16:34:17 -@@ -21,11 +21,7 @@ +--- src/mozilla/TOCProtocolHandler.cpp 2001/10/16 07:21:34 1.1 ++++ src/mozilla/TOCProtocolHandler.cpp 2001/10/16 07:21:49 +@@ -21,13 +21,7 @@ #include "outputbuffer.h" #include <algorithm> -#if (GCC_VERSION < VERSION2(3,0)) && (GCC_VERSION >= VERSION2(2,95)) -#include <g++-3/string> +-#elif (GCC_VERSION < VERSION2(3,0)) && (GCC_VERSION > VERSION2(2,90)) +-#include <g++-2/string> -#else #include <string> -#endif |