summaryrefslogtreecommitdiff
path: root/www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp')
-rw-r--r--www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp8
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