aboutsummaryrefslogtreecommitdiffstats
path: root/www/galeon2/files
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2001-10-09 00:51:40 +0800
committersobomax <sobomax@FreeBSD.org>2001-10-09 00:51:40 +0800
commiteafef8fd0af7b338d6d0e459098186cd5f200def (patch)
tree3b454fe8df6c9089062a3291a195570867445e3b /www/galeon2/files
parentc81dcd32d29a27909cc31c72cf63d94becb4d4ba (diff)
downloadfreebsd-ports-gnome-eafef8fd0af7b338d6d0e459098186cd5f200def.tar.gz
freebsd-ports-gnome-eafef8fd0af7b338d6d0e459098186cd5f200def.tar.zst
freebsd-ports-gnome-eafef8fd0af7b338d6d0e459098186cd5f200def.zip
Update to 0.12.3.
Diffstat (limited to 'www/galeon2/files')
-rw-r--r--www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp17
1 files changed, 17 insertions, 0 deletions
diff --git a/www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp b/www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp
new file mode 100644
index 000000000000..3552cb8e7969
--- /dev/null
+++ b/www/galeon2/files/patch-src::mozilla::TOCProtocolHandler.cpp
@@ -0,0 +1,17 @@
+
+$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 @@
+ #include "outputbuffer.h"
+
+ #include <algorithm>
+-#if (GCC_VERSION < VERSION2(3,0)) && (GCC_VERSION >= VERSION2(2,95))
+-#include <g++-3/string>
+-#else
+ #include <string>
+-#endif
+ #include <list>
+ #include <dirent.h>
+ #include <sys/stat.h>