summaryrefslogtreecommitdiff
path: root/www/galeon
diff options
context:
space:
mode:
authortron <tron@pkgsrc.org>2001-10-15 17:26:41 +0000
committertron <tron@pkgsrc.org>2001-10-15 17:26:41 +0000
commit3f4e110346bf5f665cb837bdd77db07bd9f61a55 (patch)
tree266afd36ed7bea0f6b552ac8ad2a4f0e1ecc52e7 /www/galeon
parentcc077f6a973e291eac6822e270536392e203271f (diff)
downloadpkgsrc-3f4e110346bf5f665cb837bdd77db07bd9f61a55.tar.gz
Fix build problem when new toolchain is.
Diffstat (limited to 'www/galeon')
-rw-r--r--www/galeon/distinfo3
-rw-r--r--www/galeon/patches/patch-aa13
2 files changed, 15 insertions, 1 deletions
diff --git a/www/galeon/distinfo b/www/galeon/distinfo
index 8fa170a8bcf..04c070e2ed3 100644
--- a/www/galeon/distinfo
+++ b/www/galeon/distinfo
@@ -1,6 +1,7 @@
-$NetBSD: distinfo,v 1.10 2001/10/06 16:48:24 taya Exp $
+$NetBSD: distinfo,v 1.11 2001/10/15 17:26:41 tron Exp $
SHA1 (galeon-0.12.3.tar.gz) = 76d2125a1236fccd12dae9a8b41f9f0e304b388d
Size (galeon-0.12.3.tar.gz) = 2970705 bytes
+SHA1 (patch-aa) = edb12f38cf6dbdea3f367ac1bc8eb42f891e66e7
SHA1 (patch-ab) = 89d29acb5848e23b75e959289371346fd47de261
SHA1 (patch-ae) = 9ee3d5d95d03ca0d696f43660f5fd345c4000030
diff --git a/www/galeon/patches/patch-aa b/www/galeon/patches/patch-aa
new file mode 100644
index 00000000000..1f7b2291096
--- /dev/null
+++ b/www/galeon/patches/patch-aa
@@ -0,0 +1,13 @@
+$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>