summaryrefslogtreecommitdiff
path: root/www/w3m/patches/patch-ac
diff options
context:
space:
mode:
Diffstat (limited to 'www/w3m/patches/patch-ac')
-rw-r--r--www/w3m/patches/patch-ac14
1 files changed, 0 insertions, 14 deletions
diff --git a/www/w3m/patches/patch-ac b/www/w3m/patches/patch-ac
deleted file mode 100644
index 88acb0e3eea..00000000000
--- a/www/w3m/patches/patch-ac
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ac,v 1.10 2004/04/20 14:21:19 uebayasi Exp $
-
---- libwc/detect.c.orig Tue Sep 23 06:02:23 2003
-+++ libwc/detect.c
-@@ -63,7 +63,9 @@ wc_create_detect_map(wc_ces ces, wc_bool
- for (i = 0; i < 0x20; i++)
- WC_DETECT_MAP[i] = 0;
- WC_DETECT_MAP[WC_C_HZ_TILDA] = (ces == WC_CES_HZ_GB_2312) ? 1 : 0;
-+#ifdef USE_UNICODE
- WC_DETECT_MAP[WC_C_UTF7_PLUS] = (ces == WC_CES_UTF_7) ? 1 : 0;
-+#endif
- }
- detect_ces = ces;
- }