summaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorhe <he@pkgsrc.org>2002-12-11 22:48:01 +0000
committerhe <he@pkgsrc.org>2002-12-11 22:48:01 +0000
commit0267e3d822670ac057364e4e75a65ba35485e578 (patch)
tree33b0a4aadfd4866fb0cd4c254122f9b0cc5c0c2d /www
parent8ae27a67ce4e8d25a48915199326f07dabe8d559 (diff)
downloadpkgsrc-0267e3d822670ac057364e4e75a65ba35485e578.tar.gz
Apply the same patch as for mozilla and phoenix to make this
build on 1.5.3.
Diffstat (limited to 'www')
-rw-r--r--www/mozilla-stable/distinfo3
-rw-r--r--www/mozilla-stable/patches/patch-bn17
2 files changed, 19 insertions, 1 deletions
diff --git a/www/mozilla-stable/distinfo b/www/mozilla-stable/distinfo
index ec0c163ace6..8c0fcbc2d51 100644
--- a/www/mozilla-stable/distinfo
+++ b/www/mozilla-stable/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.1.1.1 2002/10/04 15:47:08 taya Exp $
+$NetBSD: distinfo,v 1.2 2002/12/11 22:48:02 he Exp $
SHA1 (mozilla-source-1.0.1.tar.bz2) = d2cd4af1ef433a1ebae1087a59e9deea27c1bd03
Size (mozilla-source-1.0.1.tar.bz2) = 29943174 bytes
@@ -15,3 +15,4 @@ SHA1 (patch-be) = af39ab40279f40752414f8e7e8ec630beb3ed695
SHA1 (patch-bf) = 6362416e45ebc2c8c41ec929c807bab908dce5ff
SHA1 (patch-bj) = 04cc1b4abe55ae41b8a5e19eacd4f11eda788b77
SHA1 (patch-bm) = db4d44d9ca3a6ed9eb2ba4604555f80a02f987e8
+SHA1 (patch-bn) = fe5152d4f4bb8bd791249237f0dcd14e11ba27d1
diff --git a/www/mozilla-stable/patches/patch-bn b/www/mozilla-stable/patches/patch-bn
new file mode 100644
index 00000000000..85d27cbdacc
--- /dev/null
+++ b/www/mozilla-stable/patches/patch-bn
@@ -0,0 +1,17 @@
+$NetBSD: patch-bn,v 1.1 2002/12/11 22:48:01 he Exp $
+
+--- xpcom/io/nsNativeCharsetUtils.cpp.orig Sun Oct 6 05:42:55 2002
++++ xpcom/io/nsNativeCharsetUtils.cpp
+@@ -256,7 +256,12 @@
+ {
+ const char *blank_list[] = { "", NULL };
+ const char **native_charset_list = blank_list;
++#ifdef CODESET
+ const char *native_charset = nl_langinfo(CODESET);
++#else
++ const char *native_charset = nsnull;
++#endif
++
+ if (native_charset == nsnull) {
+ NS_ERROR("native charset is unknown");
+ // fallback to ISO-8859-1