diff options
author | sobomax <sobomax@FreeBSD.org> | 2001-10-09 00:51:40 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2001-10-09 00:51:40 +0800 |
commit | eafef8fd0af7b338d6d0e459098186cd5f200def (patch) | |
tree | 3b454fe8df6c9089062a3291a195570867445e3b /www/galeon2/files | |
parent | c81dcd32d29a27909cc31c72cf63d94becb4d4ba (diff) | |
download | freebsd-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.cpp | 17 |
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> |