diff options
author | tron <tron> | 2001-10-17 06:10:08 +0000 |
---|---|---|
committer | tron <tron> | 2001-10-17 06:10:08 +0000 |
commit | 42e99b09ba4b0be7c5f09f8a83b79900d69511a6 (patch) | |
tree | 23298a75e51c5c05067a0d3d7d4a2e402d8e3f9a /www/galeon/patches | |
parent | ea8e13dadfb2ab0eb290bce9db7fb439cb0f43ad (diff) | |
download | pkgsrc-42e99b09ba4b0be7c5f09f8a83b79900d69511a6.tar.gz |
Fix build problem after update of "mozilla" package.
Diffstat (limited to 'www/galeon/patches')
-rw-r--r-- | www/galeon/patches/patch-aa | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/www/galeon/patches/patch-aa b/www/galeon/patches/patch-aa deleted file mode 100644 index 1f7b2291096..00000000000 --- a/www/galeon/patches/patch-aa +++ /dev/null @@ -1,13 +0,0 @@ -$NetBSD: patch-aa,v 1.6 2001/10/15 17:26:41 tron Exp $ - ---- src/mozilla/TOCProtocolHandler.cpp.orig Fri Oct 5 18:59:43 2001 -+++ src/mozilla/TOCProtocolHandler.cpp Mon Oct 15 19:22:27 2001 -@@ -21,7 +21,7 @@ - #include "outputbuffer.h" - - #include <algorithm> --#if (GCC_VERSION < VERSION2(3,0)) && (GCC_VERSION >= VERSION2(2,95)) -+#if !defined(__NetBSD__) && (GCC_VERSION < VERSION2(3,0)) && (GCC_VERSION >= VERSION2(2,95)) - #include <g++-3/string> - #else - #include <string> |