summaryrefslogtreecommitdiff
path: root/shells/bash/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'shells/bash/patches/patch-ab')
-rw-r--r--shells/bash/patches/patch-ab13
1 files changed, 13 insertions, 0 deletions
diff --git a/shells/bash/patches/patch-ab b/shells/bash/patches/patch-ab
new file mode 100644
index 00000000000..43706eccb94
--- /dev/null
+++ b/shells/bash/patches/patch-ab
@@ -0,0 +1,13 @@
+$NetBSD: patch-ab,v 1.1 2004/10/23 07:48:03 minskim Exp $
+
+--- lib/readline/rlmbutil.h.orig 2003-05-13 08:38:37.000000000 -0500
++++ lib/readline/rlmbutil.h
+@@ -43,7 +43,7 @@
+
+ /* If we don't want multibyte chars even on a system that supports them, let
+ the configuring user turn multibyte support off. */
+-#if defined (NO_MULTIBYTE_SUPPORT)
++#if defined (NO_MULTIBYTE_SUPPORT) || !defined(HAVE_WCTYPE_T)
+ # undef HANDLE_MULTIBYTE
+ #endif
+